Cogs.Core
Public Attributes | List of all members
Cogs::Gestures::PointerState::Data Struct Reference

Public Attributes

double timestamp_ms = 0.0
 Timestamp in milliseconds.
 
glm::ivec2 position
 Pixel x and y position.
 

Detailed Description

Definition at line 195 of file Gestures.h.

Member Data Documentation

◆ position

glm::ivec2 Cogs::Gestures::PointerState::Data::position

Pixel x and y position.

Definition at line 198 of file Gestures.h.

◆ timestamp_ms

double Cogs::Gestures::PointerState::Data::timestamp_ms = 0.0

Timestamp in milliseconds.

Definition at line 197 of file Gestures.h.


The documentation for this struct was generated from the following file: