Appearance
Checks if a keyboard key was just pressed this frame.
Ham.isKeyPressed(key)
key
integer
boolean
true
if Ham.isKeyPressed(27) then -- Escape print("Escape was pressed") end