Vuo 2.4.4
Loading...
Searching...
No Matches
VuoLeapTouchZone.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoLeapTouchZone_None,
29 VuoLeapTouchZone_Hovering,
30 VuoLeapTouchZone_Touching
32
34
35VuoLeapTouchZone VuoLeapTouchZone_makeFromJson(struct json_object * js);
36struct json_object * VuoLeapTouchZone_getJson(const VuoLeapTouchZone value);
39
41
48
53#ifdef __cplusplus
54}
55#endif