|
CeresEngine 0.2.0
A game development framework
|
A base structure that forms the base of all input events. More...
#include <CeresEngine/Input/InputEvent.hpp>
Public Attributes | |
| double | timestamp = 0.0 |
| The time when the event occurred in seconds since system startup. | |
| PlatformWindow * | window = nullptr |
| The platform window that triggered the input event, if any. | |
A base structure that forms the base of all input events.
| double CeresEngine::InputEvent::timestamp = 0.0 |
The time when the event occurred in seconds since system startup.
| PlatformWindow* CeresEngine::InputEvent::window = nullptr |
The platform window that triggered the input event, if any.
Some synthetic events can have a ´nullptr´ window.