Vuo  2.3.2
Enumerations | Functions
VuoMouseButton

Description

One or a combination of mouse buttons.

Enumerations

enum  VuoMouseButton { VuoMouseButton_Left , VuoMouseButton_Middle , VuoMouseButton_Right , VuoMouseButton_Any }
 One or a combination of mouse buttons. More...
 

Functions

VuoMouseButton VuoMouseButton_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoMouseButton. More...
 
json_objectVuoMouseButton_getJson (const VuoMouseButton value)
 Encodes value as a JSON object. More...
 
char * VuoMouseButton_getSummary (const VuoMouseButton value)
 Same as VuoMouseButton_getString() More...
 
VuoList_VuoMouseButton VuoMouseButton_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoMouseButton VuoMouseButton_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoMouseButton_getString (const VuoMouseButton value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoMouseButton

One or a combination of mouse buttons.

Definition at line 28 of file VuoMouseButton.h.

Function Documentation

◆ VuoMouseButton_getAllowedValues()

VuoList_VuoMouseButton VuoMouseButton_getAllowedValues ( void  )

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

Definition at line 80 of file VuoMouseButton.c.

◆ VuoMouseButton_getJson()

struct json_object * VuoMouseButton_getJson ( const VuoMouseButton  value)

Encodes value as a JSON object.

Definition at line 55 of file VuoMouseButton.c.

◆ VuoMouseButton_getString()

char* VuoMouseButton_getString ( const VuoMouseButton  value)

Automatically generated function.

◆ VuoMouseButton_getSummary()

char * VuoMouseButton_getSummary ( const VuoMouseButton  value)

Same as VuoMouseButton_getString()

Definition at line 94 of file VuoMouseButton.c.

◆ VuoMouseButton_makeFromJson()

VuoMouseButton VuoMouseButton_makeFromJson ( json_object js)

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

Definition at line 30 of file VuoMouseButton.c.

◆ VuoMouseButton_makeFromString()

VuoMouseButton VuoMouseButton_makeFromString ( const char *  str)

Automatically generated function.