Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoMouseButton.h File Reference

Description

VuoMouseButton implementation.

Definition in file VuoMouseButton.h.

Go to the source code of this file.

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_object * VuoMouseButton_getJson (const VuoMouseButton value)
 Encodes value as a JSON object.
 
VuoList_VuoMouseButton VuoMouseButton_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoMouseButton_getSummary (const VuoMouseButton value)
 Same as VuoMouseButton_getString()
 
char * VuoMouseButton_getString (const VuoMouseButton value)
 Automatically generated functions.
 
void VuoMouseButton_retain (VuoMouseButton value)
 Automatically generated functions.
 
void VuoMouseButton_release (VuoMouseButton value)
 Automatically generated functions.