InputManager

Undocumented in source.

Members

Functions

addRawListener
void addRawListener(RawInputListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
keyPressed
void keyPressed(KeyboardEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
keyReleased
void keyReleased(KeyboardEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseMoved
void mouseMoved(MouseMotionEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
mousePressed
void mousePressed(MouseButtonEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseReleased
void mouseReleased(MouseButtonEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseScrolled
void mouseScrolled(MouseScrollEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRawListener
void removeRawListener(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
touchMoved
void touchMoved(TouchFingerEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
touchPressed
void touchPressed(TouchFingerEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
touchReleased
void touchReleased(TouchFingerEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta