Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Attributes | List of all members
SR_gesture Struct Reference

C-compatible struct notifying the listener that a gesture has been performed by the user. More...

#include <gesture.h>

Collaboration diagram for SR_gesture:
[legend]

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...
 

Detailed Description

C-compatible struct notifying the listener that a gesture has been performed by the user.

Member Data Documentation

◆ frameId

uint64_t SR_gesture::frameId

Autoincrement frame number.

◆ position

SR_point3d SR_gesture::position

Absolute positions where the gesture occured.

◆ time

uint64_t SR_gesture::time

Time since epoch in microseconds.

◆ type

SR_gestureType SR_gesture::type

Type of gesture.


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