getKeyboardBuffer()
Purpose
Get the contents of the keyboard buffer
Description
Returns a string containing key presses since the last call to it
Syntax
result = getKeyboardBuffer( )
Arguments
result string containing key presses since the last call
Example
showKeyboard()
loop
c = getKeyboardBuffer()
print( c )
update()
repeat
Associated Commands
input(), controls(), docked(), showKeyboard(), touch(), hideKeyboard()