![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
#include <trigger.h>
Public Attributes | |
| union { | |
| struct mcr_ITrigger * itrigger | |
| struct mcr_Instance instance | |
| struct mcr_Interface * interface | |
| }; | |
| mcr_Trigger_receive_fnc | trigger |
| void * | actor |
Register to be dispatched by mcr_Signal
| union { ... } |
| void* mcr_Trigger::actor |
| mcr_Trigger_receive_fnc mcr_Trigger::trigger |
Function to call when triggered.
This will be called from mcr_ITrigger::receive First argument is the mcr_Trigger object.