Vuo  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
json_objectVuoMouseButton_getJson (const VuoMouseButton value)
 Encodes value as a JSON object.
 
char * VuoMouseButton_getSummary (const VuoMouseButton value)
 Same as VuoMouseButton_getString()
 
VuoList_VuoMouseButton VuoMouseButton_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoMouseButton VuoMouseButton_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoMouseButton_getString (const VuoMouseButton value)
 Automatically generated function.
 

Enumeration Type Documentation

One or a combination of mouse buttons.

Function Documentation

VuoList_VuoMouseButton VuoMouseButton_getAllowedValues ( void  )

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

struct json_object * VuoMouseButton_getJson ( const VuoMouseButton  value)
read

Encodes value as a JSON object.

char* VuoMouseButton_getString ( const VuoMouseButton  value)

Automatically generated function.

char * VuoMouseButton_getSummary ( const VuoMouseButton  value)

Same as VuoMouseButton_getString()

VuoMouseButton VuoMouseButton_makeFromJson ( json_object js)

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

VuoMouseButton VuoMouseButton_makeFromString ( const char *  str)

Automatically generated function.