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::InputChannel & | m_inputChannel |
| The input channel data for this event. | |
| ViewportControllerPriority | m_priority |
| The priority this event was dispatched at. | |
An event dispatched to ViewportControllers when input occurs.