Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoLeapTouchZone.h File Reference

Description

VuoLeapTouchZone C type definition.

Definition in file VuoLeapTouchZone.h.

Go to the source code of this file.

Enumerations

enum  VuoLeapTouchZone { VuoLeapTouchZone_None , VuoLeapTouchZone_Hovering , VuoLeapTouchZone_Touching }
 How close a pointable is to the touch zone. More...
 

Functions

VuoLeapTouchZone VuoLeapTouchZone_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLeapTouchZone.
 
json_object * VuoLeapTouchZone_getJson (const VuoLeapTouchZone value)
 Encodes value as a JSON object.
 
VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoLeapTouchZone_getSummary (const VuoLeapTouchZone value)
 Same as VuoLeapTouchZone_getString()
 
char * VuoLeapTouchZone_getString (const VuoLeapTouchZone value)
 Automatically generated functions.
 
void VuoLeapTouchZone_retain (VuoLeapTouchZone value)
 Automatically generated functions.
 
void VuoLeapTouchZone_release (VuoLeapTouchZone value)
 Automatically generated functions.