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

Description

VuoModifierKey C type definition.

Definition in file VuoModifierKey.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoModifierKey_struct
 List type. More...
 

Enumerations

enum  VuoModifierKey {
  VuoModifierKey_Any = 0xFFFF, VuoModifierKey_Command = 0x10, VuoModifierKey_Option = 0x8, VuoModifierKey_Control = 0x4,
  VuoModifierKey_Shift = 0x2, VuoModifierKey_None = 0x0
}
 The available modifier keys (or any or none). More...
 

Functions

VuoModifierKey VuoModifierKey_makeFromJson (json_object *js)
 
json_objectVuoModifierKey_getJson (const VuoModifierKey value)
 
VuoList_VuoModifierKey VuoModifierKey_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoModifierKey_getSummary (const VuoModifierKey value)
 
bool VuoModifierKey_doMacEventFlagsMatch (unsigned long flags, VuoModifierKey modifierKey)
 Returns true if flags (of type CGEventFlags) contains the given modifier keys. More...
 
VuoModifierKey VuoModifierKey_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoModifierKey_getString (const VuoModifierKey value)
 Automatically generated function. More...
 
void VuoModifierKey_retain (VuoModifierKey value)
 Automatically generated function. More...
 
void VuoModifierKey_release (VuoModifierKey value)
 Automatically generated function. More...
 
#define VuoList_VuoModifierKey_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoModifierKey_structVuoList_VuoModifierKey
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoModifierKey_TYPE_DEFINED

#define VuoList_VuoModifierKey_TYPE_DEFINED

List type.

Definition at line 14 of file VuoModifierKey.h.

Typedef Documentation

◆ VuoList_VuoModifierKey

List type.