EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #962 background imageLoading...
Page #962 background image
920
Appendix A: System Routines — Operating System
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
EV_getc
Declaration:
USHORT
EV_getc
(UINT
indic
, Event *
event
)
Category(ies):
Operating System
Description:
Gets next character from keyboard. Puts the calculator into low power
mode until a character is available.
Inputs:
indic
ST_IDLE or ST_PAUSE for the kind of busy indicator to display
on the status line while waiting for a keypress.
Outputs:
event
Return event message containing either a CM_KEY_PRESS or
CM_CURSOR_FLASH command. The event contains the
keyboard modifier keys when the key was pressed.
Returns either a character number or zero (0) if the cursor blink timer timed
out.
Assumptions:
This routine will automatically power down the calculator if a key has not
been pressed after a few minutes.
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
Not applicable.
Example:
Event e;
USHORT ch;
/* Get a keypress from the keyboard */
while ((ch = EV_getc(ST_PAUSE, &e)) == 0)
;

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals