You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
This unit contains the predefined procedures that deal with handling input on a character-by-character basis.
All routines in the Input module are exported unqualified. (This means you can call the entry points directly.)
##Entry Points
input_getch.html Gets the next character in the keyboard buffer (procedure with a string (1) argument).
input_hasch.html Returns true if there are characters waiting in the keyboard buffer.
input_getchar.html Gets the next character in the keyboard buffer (function returning a char).
input_pause.html Waits for a key to be pressed.
input_keydown.html Detect which keys are currently pressed.
input_flush.html Empty the keyboard buffer.