Appendix A: System Routines — Operating System
921
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
EV_restorePainting
Declaration:
EV_FLAGS
EV_restorePainting
(EV_FLAGS
newState
)
Category(ies):
Operating System
Description:
Restores the paint message state. Use this routine to turn paint messages
back on after turning them off with
EV_suspendPainting
.
Inputs:
newState
— State returned from previous call to
EV_suspendPainting
.
Outputs:
Returns the state of paint messages before
EV_restorePainting
was
called.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
See Also: EV_suspendPainting
Example:
See
EV_captureEvents
.