isKeyDown(k);Check if a keyboard key is pressed, returns true if key is down and returns false if it's not
Arguments
kThe keyboard key to checkReturns
booleanWhether or not the key is downisKeyDown(k);Check if a keyboard key is pressed, returns true if key is down and returns false if it's not
kThe keyboard key to checkbooleanWhether or not the key is down