Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
Classes that enable applications to get access to data about the pose of the user's hands. More...
Classes | |
struct | SR_handEvent |
C-compatible struct notifying the listener that the state of a hand has changed. More... | |
class | SR::HandEventStream |
Stream of SR_handEvent objects. More... | |
union | SR_thumb |
C-compatible struct containing the part of the pose representing a thumb. More... | |
union | SR_finger |
C-compatible struct containing a part of the pose representing a finger. More... | |
struct | SR_handPose |
C-compatible struct containing the pose of a hand. More... | |
class | SR::HandEventListener |
Interface for listening to SR_handEvent updates. More... | |
class | SR::HandPoseListener |
Interface for listening to SR_handPose updates. More... | |
class | SR::HandPoseStream |
Stream of SR_handPose objects. More... | |
class | SR::HandTracker |
Sense class which provides hand tracking functionality to the SR system. More... | |
Enumerations | |
enum | SR_handSide : uint64_t { LeftHand = 0 , RightHand = 1 } |
Enum used to specify a left or right hand type pose. More... | |
Classes that enable applications to get access to data about the pose of the user's hands.
enum SR_handSide : uint64_t |
Enum used to specify a left or right hand type pose.
Copyright (C) 2022 Dimenco
This software has been provided under the Dimenco EULA. (End User License Agreement) You can find the agreement at https://www.dimenco.eu/eula
This source code is considered Protected Code under the definitions of the EULA.
Enumerator | |
---|---|
LeftHand | Left hand. |
RightHand | Right hand. |