![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
#include <events.h>
Public Types | |
| enum class | Type { MOVE , PRESS , DRAG , RELEASE , SCROLL_UP , SCROLL_DOWN } |
Public Attributes | |
| Type | type |
| vec2 | position |
| int | button |
Public Attributes inherited from ga::Event | |
| TimePoint | time |
| bool | captured |
Additional Inherited Members | |
Public Member Functions inherited from ga::Event | |
| Event () | |
|
strong |
| int ga::MouseEvent::button |
| vec2 ga::MouseEvent::position |
| Type ga::MouseEvent::type |