928
Appendix A: System Routines — Operating System
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
EV_switch
Declaration:
void
EV_switch
(void)
Category(ies):
Operating System
Description:
Switches screen side. Activates the application on the other side of a split
screen, or restarts the application which last ran before the current app.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
Your application will be deactivated and may be terminated to start the
other app.
Availability:
All versions of the TI-89 / TI-92 Plus.
Versions prior to AMS 2.00 only switch between split-screen apps. The
ability to switch to the previous app was introduced in AMS 2.00.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also;
Not applicable.
Example:
EV_switch();