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