![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <InputAggregatorInterface.h>
Public Member Functions | |
InputEvent (DisplayWindow *sourceWindow, U8 deviceIndex) noexcept | |
Public Attributes | |
U8 | _deviceIndex = 0 |
DisplayWindow * | _sourceWindow = nullptr |
Definition at line 54 of file InputAggregatorInterface.h.
|
explicitnoexcept |
Definition at line 56 of file InputAggregatorInterface.cpp.
U8 Divide::Input::InputEvent::_deviceIndex = 0 |
Definition at line 58 of file InputAggregatorInterface.h.
DisplayWindow* Divide::Input::InputEvent::_sourceWindow = nullptr |
Definition at line 59 of file InputAggregatorInterface.h.