getKeysDown
.getKeysDown()
Returns an array listing of all of the keys currently pressed down. Each item in the list is a String, describing the key pressed.
// displays all keys current down, vertically
onEachFrame() do
fill( :black )
down = getControls().getKeysDown().join('\n')
fillText( down, 10, 10, :left, :top )
endSee Also
A link which will reset your password has been sent to your email address.
This link will be active for up to 24 hours.