<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands > Canvas_Instat |
Description
Determine whether a keyboard character is ready.
Syntax
lStatus = Canvas_Instat
Returns
Number
%TRUE (non-zero) if a keyboard character is ready to be retrieved, or %FALSE (zero) if not
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
This function does not remove the character from the buffer, so repeated execution will continue to return %TRUE until the character is read with Canvas_Inkey or Canvas_Input
Restrictions
See also
Examples