Sfml.pointer ->
object
  method getJoystickAxis : int -> Sfml.joyAxis -> float
  method getMouseX : int
  method getMouseY : int
  method isJoystickButtonDown : int -> int -> bool
  method isKeyDown : Sfml.keycode -> bool
  method isMouseButtonDown : Sfml.mouseButton -> bool
end