![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
Public Attributes | |
| mcr_SpacePosition | cursor |
| struct { | |
| const struct input_event * echo_events | |
| size_t echo_event_count | |
| }; | |
| struct mcr_Device | gen_dev |
| struct mcr_Device | abs_dev |
| __s32 | abs_resolution |
| const char * | uinput_path |
| const char * | event_path |
| mtx_t | device_lock |
| const DWORD * | echo_flags |
| size_t | echo_flag_count |
Definition at line 28 of file p_standard.h.
| const struct input_event* mcr_standard_platform::echo_events |
echo code index => input_event to send (EV_KEY)
Definition at line 32 of file p_standard.h.
| size_t mcr_standard_platform::echo_flag_count |
Number of echo keys mapped to flags
Definition at line 33 of file p_standard.h.
| const DWORD* mcr_standard_platform::echo_flags |
size_t echo index => mouse event flags
Definition at line 31 of file p_standard.h.