Libmacro  0.2
Libmacro is an extensible macro and hotkey library.
mcr_Signal Struct Reference

#include <signal.h>

Public Attributes

union {
   struct mcr_ISignal *   isignal
 
   struct mcr_Instance   instance
 
   struct mcr_Interface *   interface
 
}; 
 
bool dispatch_flag
 

Detailed Description

Use functions in mcr_ISignal to dispatch and send the whole object, mcr_ISignal + data members.

Definition at line 38 of file signal.h.

Member Data Documentation

§ @7

union { ... }

§ dispatch_flag

bool mcr_Signal::dispatch_flag

False to not dispatch, otherwise do dispatch

Definition at line 47 of file signal.h.


The documentation for this struct was generated from the following file: