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

Description

VuoModifierKey implementation.

Functions

VuoModifierKey VuoModifierKey_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoModifierKey.
 
json_objectVuoModifierKey_getJson (const VuoModifierKey value)
 Encodes value as a JSON object.
 
VuoList_VuoModifierKey VuoModifierKey_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoModifierKey_getSummary (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.