|
Cogs.Foundation
|
#include <Gestures.h>
Public Attributes | |
| double | timestamp_ms = 0.0 |
| Timestamp in milliseconds. | |
| glm::vec2 | position |
| Pixel x and y position. | |
| glm::vec2 Cogs::Gestures::PointerState::Data::position |
Pixel x and y position.
Referenced by Cogs::Gestures::pointerDown(), Cogs::Gestures::pointerMove(), and Cogs::Gestures::pointerUp().
| double Cogs::Gestures::PointerState::Data::timestamp_ms = 0.0 |
Timestamp in milliseconds.
Referenced by Cogs::Gestures::pointerDown(), Cogs::Gestures::pointerMove(), and Cogs::Gestures::pointerUp().