Difference between revisions of "Key.available"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
− | <c>[[key]].available</c> returns whether there is a keypress available in the input buffer. If true, you can call key.get to get the next key immediately. | + | <c>[[key]].available</c> returns whether there is a keypress available in the input buffer. If true, you can call [[key.get]] to get the next key immediately. |
See also: [[key.clear]]; [[key.get]] | See also: [[key.clear]]; [[key.get]] |