Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoModifierKey

Description

A modifier key from the keyboard that may accompany a mouse action.

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.
 
VuoList_VuoModifierKey VuoModifierKey_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
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.
 
void VuoModifierKey_retain (VuoModifierKey value)
 Automatically generated function.
 
void VuoModifierKey_release (VuoModifierKey value)
 Automatically generated function.
 

Enumeration Type Documentation

The available modifier keys (or any or none).

Function Documentation

VuoList_VuoModifierKey VuoModifierKey_allowedValues ( void  )

Returns a list of values that instances of this type can have.

bool VuoModifierKey_doMacEventFlagsMatch ( unsigned long  flags,
VuoModifierKey  modifierKey 
)

Returns true if flags (of type CGEventFlags) contains the given modifier keys.

struct json_object * VuoModifierKey_jsonFromValue ( const VuoModifierKey  value)
read

Encodes value as a JSON object.

void VuoModifierKey_release ( VuoModifierKey  value)

Automatically generated function.

void VuoModifierKey_retain ( VuoModifierKey  value)

Automatically generated function.

char* VuoModifierKey_stringFromValue ( const VuoModifierKey  value)

Automatically generated function.

char * VuoModifierKey_summaryFromValue ( const VuoModifierKey  value)

Returns a brief description of value.

VuoModifierKey VuoModifierKey_valueFromJson ( json_object *  js)

Decodes the JSON object js, expected to contain a string, to create a new VuoModifierKey.

VuoModifierKey VuoModifierKey_valueFromString ( const char *  str)

Automatically generated function.