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