Input

*

Members

Static functions

createProfile
InputProfiler createProfile(string id)

*

getJoystick
Joystick getJoystick()

* Returns reference to joystick.

getKeyboard
Keyboard getKeyboard()

* Returns reference to keyboard.

getMouse
Mouse getMouse()

* Returns reference to mouse.

getMousePicker
MousePicker getMousePicker()

* Returns reference to mouse picker.

getNormalizedDeviceCoords
Vector2F getNormalizedDeviceCoords(Vector2F mousePos, Window window)

* Returns mouse position in normalized device coordinates.

getProfile
InputProfiler getProfile(string id)

*

initialize
void initialize()

* Create the implicit mouse picker.

removeProfile
void removeProfile(string id)

*

update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta