Vuo  2.0.0
Classes | Enumerations | Functions
VuoLeapTouchZone.h File Reference

Description

VuoLeapTouchZone C type definition.

Definition in file VuoLeapTouchZone.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoLeapTouchZone_struct
 List type. More...
 

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)
 
json_objectVuoLeapTouchZone_getJson (const VuoLeapTouchZone value)
 
VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoLeapTouchZone_getSummary (const VuoLeapTouchZone value)
 
VuoLeapTouchZone VuoLeapTouchZone_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoLeapTouchZone_getString (const VuoLeapTouchZone value)
 Automatically generated function. More...
 
#define VuoList_VuoLeapTouchZone_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoLeapTouchZone_structVuoList_VuoLeapTouchZone
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoLeapTouchZone_TYPE_DEFINED

#define VuoList_VuoLeapTouchZone_TYPE_DEFINED

List type.

Definition at line 14 of file VuoLeapTouchZone.h.

Typedef Documentation

◆ VuoList_VuoLeapTouchZone

List type.