isKeyDown(k);
Check if a keyboard key is pressed, returns true
if key is down and returns false
if it's not
Arguments
k
The keyboard key to checkReturns
boolean
Whether 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
k
The keyboard key to checkboolean
Whether or not the key is down