Vuo 2.4.4
Loading...
Searching...
No Matches
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)
 Decodes the JSON object js, expected to contain a string, to create a new VuoModifierKey.
 
json_object * VuoModifierKey_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.