Vuo  0.7.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoModifierKey.h File Reference

Description

VuoModifierKey C type definition.

Enumerations

enum  VuoModifierKey {
  VuoModifierKey_Any, VuoModifierKey_Command, VuoModifierKey_Option, VuoModifierKey_Control,
  VuoModifierKey_Shift, VuoModifierKey_None
}
 The available modifier keys (or any or none). More...
 

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.
 
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.
 
VuoModifierKey VuoModifierKey_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoModifierKey_stringFromValue (const VuoModifierKey value)
 Automatically generated function.