Vuo  0.6.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoMouseButton.h File Reference

Description

VuoMouseButton implementation.

Enumerations

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

Functions

VuoMouseButton VuoMouseButton_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoMouseButton.
 
json_object * VuoMouseButton_jsonFromValue (const VuoMouseButton value)
 Encodes value as a JSON object.
 
char * VuoMouseButton_summaryFromValue (const VuoMouseButton value)
 Same as VuoMouseButton_stringFromValue()
 
VuoMouseButton VuoMouseButton_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoMouseButton_stringFromValue (const VuoMouseButton value)
 Automatically generated function.