EnableMSEvent
Enables dispatching for one event.
Synopsis
void EnableMSEvent (MSEventData *theEvent, int32 reserved)
Description
Re-enables dispatching of an event previously disabled by DisableMSEvent()
. If a message or signal was pending at the time you called DisableMSEvent()
, or if an event arrived while the handler was disabled, the event is dispatched to the handler as soon as it is re-enabled by this function.
Arguments
- theEvent
- Pointer to the element of the MSEventData array that describes the event to disable.
- reserved
- Reserved for future expansion; pass zero.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, msgutils.h
See Also
DisableMSEvent