User Manual - Page 64

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
60 Alphabetical Listing
getKey()
Catalog >
getKey([0|1]) returnString
Description:getKey() - allows a TI-Basic
program to get keyboard input -
handheld, desktop and emulator on
desktop.
Example:
keypressed := getKey() will return a
key or an empty string if no key has
been pressed. This call will return
immediately.
keypressed := getKey(1) will wait till
a key is pressed. This call will pause
execution of the program till a key is
pressed.
Example:
Handling of key presses:
Handheld Device/Emulator
Key
Desktop Return Value
Esc Esc "esc"
Touchpad - Top click n/a "up"
On n/a "home"
Scratchapps n/a "scratchpad"
Touchpad - Left click n/a "left"
Touchpad - Center click n/a "center"
Touchpad - Right click n/a "right"
Doc n/a "doc"
Tab Tab "tab"
Touchpad - Bottom click Down Arrow "down"
Menu n/a "menu"
Ctrl Ctrl no return
Shift Shift no return
Var n/a "var"
Loading ...
Loading ...
Loading ...