Contents:
The input namespace provides access to the simple input system used to detect key presses.
if(_input.getKey(_KeyUp)) print("Wow key is up");
Get the boolean value of the specified key.