We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get the last key pressed
None.
// Drain the key press queue each frame key = raylib.GetKeyPressed while key != 0 print "Key pressed: " + key key = raylib.GetKeyPressed end while
There was an error while loading. Please reload this page.