class input :Input provides high-level access to the state (pressed or not) of keys and mouse buttonspointer ->object..end
method isKeyDown : keycode -> boolmethod isMouseButtonDown : mouseButton -> boolmethod isJoystickButtonDown : int -> int -> boolmethod getMouseX : intmethod getMouseY : intmethod getJoystickAxis : int -> joyAxis -> float