16#include "APointerIndex.h"
Wrapper class that stores either mouse button index or finger index.
Definition: APointerIndex.h:21
Pointing method press event.
Definition: APointerPressedEvent.h:21
APointerIndex pointerIndex
Which button of the pointing device is triggered the event (AInput::LBUTTON if not present) or finger...
Definition: APointerPressedEvent.h:30
AInput::Key asButton
pointerIndex treated as mouse button.
Definition: APointerPressedEvent.h:37
glm::vec2 position
Where does the event occurred.
Definition: APointerPressedEvent.h:25