EV_FLAGS Type (Enumeration)

AMS 2.04 or higher events.h

typedef enum {EV_OFF = 0x0001, EV_SUSPEND_PAINTING = 0x0002} EV_FLAGS;

An enumeration for describing possible bits for EV_flags.

EV_OFF: The default event handler sets this flag when the 2ND + OFF key is pressed. The EV_OFF flag will never be set when any events are sent to an application, you should never see this flag set.

EV_SUSPEND_PAINTING: This flag is set by EV_suspendPainting and restored by EV_restorePainting. The event manager quits sending CM_WPAINT messages when this flag is set, and resumes painting when this flag is clear.


See also: EV_flags