Example #1
0
void
Macros_::begin (void) {
    event_handler_hook_add (handleMacroEvent);
}
Example #2
0
void
MouseKeys_::begin (void) {
    event_handler_hook_add (handleMouseKeys);
}