#include <Mouse.h>
◆ Type
Enumerator |
---|
Press | |
Release | |
Move | |
Wheel | |
Reset | |
◆ currPosition
glm::ivec2 Cogs::Mouse::Event::currPosition |
Mouse position at the event.
◆ data
Data associated with the event: ButtonData for Press and Release events, MoveData for Move events, WheelData for Wheel events and no data for Reset events.
◆ timestamp_ms
double Cogs::Mouse::Event::timestamp_ms |
Timestamp in miliseconds.
◆ type
Type Cogs::Mouse::Event::type |
The documentation for this struct was generated from the following file: