Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::ViewportControllerInputEvent Struct Reference

An event dispatched to ViewportControllers when input occurs. More...

#include <ViewportControllerInterface.h>

Public Member Functions

 ViewportControllerInputEvent (ViewportId viewportId, NativeWindowHandle windowHandle, const AzFramework::InputChannel &inputChannel, ViewportControllerPriority priority=ViewportControllerPriority::DispatchToAllPriorities)
 

Public Attributes

ViewportId m_viewportId
 The viewport ID this event was dispatched to.
 
NativeWindowHandle m_windowHandle
 The native window handle for the application.
 
const AzFramework::InputChannelm_inputChannel
 The input channel data for this event.
 
ViewportControllerPriority m_priority
 The priority this event was dispatched at.
 

Detailed Description

An event dispatched to ViewportControllers when input occurs.


The documentation for this struct was generated from the following file: