![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
#include <modifier.h>
Public Attributes | |
| unsigned int | modifiers |
| enum mcr_ApplyType | apply |
| bool | internal_flag |
Pair of modifier bits and whether to set or release those modifiers
Definition at line 35 of file modifier.h.
| enum mcr_ApplyType mcr_Modifier::apply |
MCR_UNSET will set the modifier, MCR_TOGGLE will change the state from what it currently is, otherwise it is released
Definition at line 41 of file modifier.h.
| bool mcr_Modifier::internal_flag |
If true, modifiers will only be set internally, and no keys sent to the system.
Definition at line 45 of file modifier.h.
| unsigned int mcr_Modifier::modifiers |
Bit values representing a set of modifiers.
Definition at line 37 of file modifier.h.