Vuo 2.4.4
Loading...
Searching...
No Matches
VuoLeapPointableType.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoLeapPointableType_Finger,
29 VuoLeapPointableType_Tool
31
33
35struct json_object * VuoLeapPointableType_getJson(const VuoLeapPointableType value);
38
40
47
52#ifdef __cplusplus
53}
54#endif