![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
The functions in this file are not intended for public use and should only be used by Libmacro itself. All of these functions are used to initialize or deinitialize the context in libmacro.h. More...
#include "mcr/globals.h"Go to the source code of this file.
Functions | |
| MCR_API int | mcr_base_initialize (struct mcr_context *ctx) |
| MCR_API int | mcr_base_deinitialize (struct mcr_context *ctx) |
| MCR_API void | mcr_base_trim (struct mcr_context *ctx) |
| MCR_API int | mcr_standard_initialize (struct mcr_context *ctx) |
| MCR_API int | mcr_standard_deinitialize (struct mcr_context *ctx) |
| MCR_API int | mcr_intercept_initialize (struct mcr_context *ctx) |
| MCR_API int | mcr_intercept_deinitialize (struct mcr_context *ctx) |
The functions in this file are not intended for public use and should only be used by Libmacro itself. All of these functions are used to initialize or deinitialize the context in libmacro.h.
In cases of extreme complexity, please break glass.
Definition in file private.h.