![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
#include <abs_dispatcher.h>
Public Attributes | |
| struct mcr_IDispatcher | idispatcher |
| struct { | |
| struct mcr_DispatchReceiver * receivers | |
| size_t receiver_count | |
| }; | |
| struct { | |
| struct mcr_ReceiverMapElement * signal_receivers | |
| size_t signal_receiver_count | |
| }; | |
Dispatcher of any signal type
In cases of extreme complexity please break glass.
Definition at line 36 of file abs_dispatcher.h.
| struct { ... } |
Receivers that always receive.
| struct { ... } |
Receivers of a specific signal reference.
signal reference -> array of receivers
| struct mcr_IDispatcher mcr_AbsDispatcher::idispatcher |
self
Definition at line 38 of file abs_dispatcher.h.