![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
Base module implements mcr_base - Libmacro first module. More...
#include "mcr/base/mod_flags.h"#include "mcr/base/iregistry.h"#include "mcr/base/isignal.h"#include "mcr/base/signal.h"#include "mcr/base/dispatch.h"#include "mcr/base/abs_dispatcher.h"#include "mcr/base/itrigger.h"#include "mcr/base/trigger.h"Go to the source code of this file.
Classes | |
| struct | mcr_base |
Functions | |
| MCR_API int | mcr_send (struct mcr_context *ctx, struct mcr_Signal *signalPt) |
| MCR_API unsigned int * | mcr_modifiers (struct mcr_context *ctx) |
| MCR_API void | mcr_add_modifiers (struct mcr_context *ctx, unsigned int addMods) |
| MCR_API void | mcr_remove_modifiers (struct mcr_context *ctx, unsigned int remMods) |
| MCR_API void mcr_add_modifiers | ( | struct mcr_context * | ctx, |
| unsigned int | addMods | ||
| ) |
Add modifiers to current
| addMods | Modifiers to add |
| MCR_API unsigned int* mcr_modifiers | ( | struct mcr_context * | ctx | ) |
Reference to Libmacro internal modifiers.
| MCR_API void mcr_remove_modifiers | ( | struct mcr_context * | ctx, |
| unsigned int | remMods | ||
| ) |
Remove modifiers from current
| remMods | Modifiers to remove |
| MCR_API int mcr_send | ( | struct mcr_context * | ctx, |
| struct mcr_Signal * | signalPt | ||
| ) |