| PaintFlags | Type (Enumeration) |
| events.h |
| enum PaintFlags {PAINTING_ENABLED = 0, PAINTING_SUSPENDED = 2}; |
An enumeration describing whether painting is suspended or enabled.
PaintFlags is an enumeration which describes the constants used in the EV_suspendPainting and EV_restorePainting functions.