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

Description

VuoMouseButton implementation.

Definition in file VuoMouseButton.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoMouseButton_struct
 List type. More...
 

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)
 
json_objectVuoMouseButton_getJson (const VuoMouseButton value)
 
VuoList_VuoMouseButton VuoMouseButton_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoMouseButton_getSummary (const VuoMouseButton value)
 
VuoMouseButton VuoMouseButton_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoMouseButton_getString (const VuoMouseButton value)
 Automatically generated function. More...
 
#define VuoList_VuoMouseButton_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoMouseButton_structVuoList_VuoMouseButton
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoMouseButton_TYPE_DEFINED

#define VuoList_VuoMouseButton_TYPE_DEFINED

List type.

Definition at line 14 of file VuoMouseButton.h.

Typedef Documentation

◆ VuoList_VuoMouseButton

List type.