Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible struct notifying the listener that a gesture has been performed by the user. More...
#include <gesture.h>
Public Attributes | |
uint64_t | frameId |
Autoincrement frame number. More... | |
uint64_t | time |
Time since epoch in microseconds. More... | |
SR_point3d | position |
Absolute positions where the gesture occured. More... | |
SR_gestureType | type |
Type of gesture. More... | |
C-compatible struct notifying the listener that a gesture has been performed by the user.
uint64_t SR_gesture::frameId |
Autoincrement frame number.
SR_point3d SR_gesture::position |
Absolute positions where the gesture occured.
uint64_t SR_gesture::time |
Time since epoch in microseconds.
SR_gestureType SR_gesture::type |
Type of gesture.