Returns if the given Keyboard.Code is pressed.
if (Keyboard.isPressed(Keyboard.Code.Escape)) writeln("escape is pressed.");
See Implementation
Returns if the given Keyboard.Code is pressed.