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