![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
#include <isignal.h>
Public Attributes | |
| struct mcr_Interface | interface |
| struct mcr_IDispatcher * | dispatcher_pt |
| mcr_signal_fnc | send |
Interface for signal types
Logically a signal should be anything that can be dispatched to another entity, or sent to cause an action.
| struct mcr_IDispatcher* mcr_ISignal::dispatcher_pt |
| struct mcr_Interface mcr_ISignal::interface |
| mcr_signal_fnc mcr_ISignal::send |