Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
#include "sr/core_c.h"
#include "sr/sense/handtracker/handpose.h"
#include "sr/sense/handtracker/handevent.h"
Go to the source code of this file.
Macros | |
#define | SRAPI |
Typedefs | |
typedef void * | SR_handTracker |
typedef void * | SR_handPoseListener |
typedef void * | SR_handEventListener |
Functions | |
SRAPI SR_handTracker | createHandTracker (SRContext context) |
Creates a functional HandTracker instance. More... | |
SRAPI SR_handPoseListener | createHandPoseListener (SR_handTracker handTracker, void(*acceptHandPoseCallback)(SR_handPose)) |
Create a new callback function to listen to a specific handtracker. More... | |
SRAPI void | deleteHandPoseListener (SR_handPoseListener handPoseListener) |
Cleans up underlying object instances used to facilitate hand pose update callbacks. More... | |
SRAPI SR_handEventListener | createHandEventListener (SR_handTracker handTracker, void(*acceptHandEventCallback)(SR_handEvent)) |
Create a new callback function to listen to a specific handtracker. More... | |
SRAPI void | deleteHandEventListener (SR_handEventListener handEventListener) |
Cleans up underlying object instances used to facilitate hand event update callbacks. More... | |
#define SRAPI |
typedef void* SR_handEventListener |
typedef void* SR_handPoseListener |
typedef void* SR_handTracker |
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.