, including all inherited members.
addHandler(InputHandler *handler) | orxonox::ExtendedInputState | |
addJoyStickHandler(JoyStickHandler *handler, unsigned int joyStickID) | orxonox::ExtendedInputState | |
addJoyStickHandler(JoyStickHandler *handler) | orxonox::ExtendedInputState | |
addKeyHandler(KeyHandler *handler) | orxonox::ExtendedInputState | |
addMouseHandler(MouseHandler *handler) | orxonox::ExtendedInputState | |
allHandlers_ | orxonox::ExtendedInputState | [private] |
bHandlersChanged_ | orxonox::InputState | [protected] |
executorOnEnter_ | orxonox::InputState | [protected] |
executorOnLeave_ | orxonox::InputState | [protected] |
ExtendedInputState() | orxonox::ExtendedInputState | [inline, private] |
getName() const | orxonox::InputState | [inline] |
getPriority() const | orxonox::InputState | [inline] |
handlersChanged() | orxonox::InputState | [inline] |
InputManager class | orxonox::ExtendedInputState | [friend] |
InputState() | orxonox::InputState | [inline, protected] |
isInputDeviceEnabled(unsigned int device) | orxonox::InputState | [inline] |
joyStickAxisMoved(unsigned int joyStickID, unsigned int axis, float value) | orxonox::ExtendedInputState | [private, virtual] |
joyStickButtonHeld(unsigned int joyStickID, JoyStickButtonCode::ByEnum id) | orxonox::ExtendedInputState | [private, virtual] |
joyStickButtonPressed(unsigned int joyStickID, JoyStickButtonCode::ByEnum id) | orxonox::ExtendedInputState | [private, virtual] |
joyStickButtonReleased(unsigned int joyStickID, JoyStickButtonCode::ByEnum id) | orxonox::ExtendedInputState | [private, virtual] |
joyStickHandlers_ | orxonox::ExtendedInputState | [private] |
joyStickHandlersAll_ | orxonox::ExtendedInputState | [private] |
keyHandlers_ | orxonox::ExtendedInputState | [private] |
keyHeld(const KeyEvent &evt) | orxonox::ExtendedInputState | [private, virtual] |
keyPressed(const KeyEvent &evt) | orxonox::ExtendedInputState | [private, virtual] |
keyReleased(const KeyEvent &evt) | orxonox::ExtendedInputState | [private, virtual] |
mouseButtonHeld(MouseButtonCode::ByEnum id) | orxonox::ExtendedInputState | [private, virtual] |
mouseButtonPressed(MouseButtonCode::ByEnum id) | orxonox::ExtendedInputState | [private, virtual] |
mouseButtonReleased(MouseButtonCode::ByEnum id) | orxonox::ExtendedInputState | [private, virtual] |
mouseHandlers_ | orxonox::ExtendedInputState | [private] |
mouseMoved(IntVector2 abs, IntVector2 rel, IntVector2 clippingSize) | orxonox::ExtendedInputState | [private, virtual] |
mouseScrolled(int abs, int rel) | orxonox::ExtendedInputState | [private, virtual] |
numberOfJoySticksChanged(unsigned int n) | orxonox::ExtendedInputState | [private, virtual] |
onEnter() | orxonox::ExtendedInputState | [private, virtual] |
onLeave() | orxonox::ExtendedInputState | [private, virtual] |
registerOnEnter(Executor *executor) | orxonox::InputState | [inline, virtual] |
registerOnLeave(Executor *executor) | orxonox::InputState | [inline, virtual] |
removeHandler(InputHandler *handler) | orxonox::ExtendedInputState | |
removeJoyStickHandler(JoyStickHandler *handler, unsigned int joyStickID) | orxonox::ExtendedInputState | |
removeJoyStickHandler(JoyStickHandler *handler) | orxonox::ExtendedInputState | |
removeKeyHandler(KeyHandler *handler) | orxonox::ExtendedInputState | |
removeMouseHandler(MouseHandler *handler) | orxonox::ExtendedInputState | |
resetHandlersChanged() | orxonox::InputState | [inline] |
setInputDeviceEnabled(unsigned int device, bool bEnabled) | orxonox::InputState | [inline, protected] |
unRegisterOnEnter() | orxonox::InputState | [inline, virtual] |
unRegisterOnLeave() | orxonox::InputState | [inline, virtual] |
update() | orxonox::ExtendedInputState | [private] |
updateInput(float dt) | orxonox::ExtendedInputState | [private, virtual] |
updateInput(float dt, unsigned int device) | orxonox::ExtendedInputState | [private, virtual] |
updateTickables() | orxonox::ExtendedInputState | [private] |
~ExtendedInputState() | orxonox::ExtendedInputState | [inline, private] |
~InputState() | orxonox::InputState | [inline, protected, virtual] |