Vuo  2.0.2
Functions
VuoModifierKey.c File Reference

Description

VuoModifierKey implementation.

Definition in file VuoModifierKey.c.

Go to the source code of this file.

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...