LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
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.