Vuo  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoModifierKey.c File Reference

Description

VuoModifierKey implementation.

Functions

VuoModifierKey VuoModifierKey_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoModifierKey.
 
json_object * VuoModifierKey_jsonFromValue (const VuoModifierKey value)
 Encodes value as a JSON object.
 
VuoList_VuoModifierKey VuoModifierKey_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoModifierKey_summaryFromValue (const VuoModifierKey value)
 Returns a brief description of value.
 
bool VuoModifierKey_doMacEventFlagsMatch (unsigned long flags, VuoModifierKey modifierKey)
 Returns true if flags (of type CGEventFlags) contains the given modifier keys.