Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoLeapTouchZone

Description

How close a pointable is to the touch zone.

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.
 
char * VuoLeapTouchZone_getSummary (const VuoLeapTouchZone value)
 Same as VuoLeapTouchZone_getString()
 
VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
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.
 

Enumeration Type Documentation

◆ VuoLeapTouchZone

How close a pointable is to the touch zone.

Definition at line 27 of file VuoLeapTouchZone.h.

Function Documentation

◆ VuoLeapTouchZone_getAllowedValues()

VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 76 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_getJson()

struct json_object * VuoLeapTouchZone_getJson ( const VuoLeapTouchZone  value)

Encodes value as a JSON object.

Definition at line 52 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_getString()

char * VuoLeapTouchZone_getString ( const VuoLeapTouchZone  value)

Automatically generated functions.

◆ VuoLeapTouchZone_getSummary()

char * VuoLeapTouchZone_getSummary ( const VuoLeapTouchZone  value)

Same as VuoLeapTouchZone_getString()

Definition at line 89 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_makeFromJson()

VuoLeapTouchZone VuoLeapTouchZone_makeFromJson ( json_object *  js)

Decodes the JSON object js, expected to contain a string, to create a new VuoLeapTouchZone.

Definition at line 30 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_release()

void VuoLeapTouchZone_release ( VuoLeapTouchZone  value)

Automatically generated functions.

◆ VuoLeapTouchZone_retain()

void VuoLeapTouchZone_retain ( VuoLeapTouchZone  value)

Automatically generated functions.