![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
Read from grabbers and dispatch signals. This may block incoming events. More...
#include "mcr/intercept/linux/p_grabber.h"Go to the source code of this file.
Classes | |
| struct | mcr_intercept_platform |
Macros | |
| #define | MCR_INTERCEPT_KEY_ECHO_DEFAULT_COUNT (MCR_STANDARD_ECHO_EVENT_DEFAULT_COUNT / 2) |
Functions | |
| MCR_API int | mcr_intercept_set_grabs (struct mcr_context *ctx, const char *const *allGrabPaths, size_t pathCount) |
| MCR_API void | mcr_intercept_set_key_echo_map (struct mcr_context *ctx, const struct mcr_MapElement *keyEchos, size_t count, enum mcr_ApplyType applyType) |
Variables | |
| MCR_API const struct mcr_MapElement *const | mcr_intercept_key_echo_defaults [2] |
Read from grabbers and dispatch signals. This may block incoming events.
Definition in file p_intercept.h.