Appendix A: System Routines — Keyboard
651
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
pushkey
Declaration:
void
pushkey
(WORD
key
)
Category(ies):
Keyboard
Description:
Pushes a key code back onto the keyboard queue so that key will be the
next key retrieved. Note that the
GKeyPush
macro is defined to be
pushkey
.
Inputs:
key
— Key code to push onto key queue.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also: push_getkey, GKeyIn
Example:
See
QSysKey
(using
GKeyPush
).