Appendix A: System Routines — Operating System
917
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
EV_captureEvents
(continued)
case KB_ON+KB_OPTION:
EV_defaultHandler(e); /* allow default handling */
break;
}
}
}
static void cancel(void)
{
WinEndPaint(&myWindow);
WinClose(&myWindow); /* close my window */
EV_captureEvents(oldEventHandler); /* re-establish previous event handler */
EV_restorePainting(oldPaintState);
}