orxonox::InputState Member List
This is the complete list of members for
orxonox::InputState, including all inherited members.
bAlwaysGetsInput_ | orxonox::InputState | [private] |
bHandlersChanged_ | orxonox::InputState | [protected] |
bInputDeviceEnabled_ | orxonox::InputState | [private] |
bTransparent_ | orxonox::InputState | [private] |
executorOnEnter_ | orxonox::InputState | [protected] |
executorOnLeave_ | orxonox::InputState | [protected] |
getName() const | orxonox::InputState | [inline] |
getPriority() const | orxonox::InputState | [inline] |
handlersChanged() | orxonox::InputState | [inline] |
InputManager class | orxonox::InputState | [friend] |
InputState() | orxonox::InputState | [inline, protected] |
isInputDeviceEnabled(unsigned int device) | orxonox::InputState | [inline] |
joyStickAxisMoved(unsigned int joyStickID, unsigned int axis, float value)=0 | orxonox::InputState | [pure virtual] |
joyStickButtonHeld(unsigned int joyStickID, JoyStickButtonCode::ByEnum id)=0 | orxonox::InputState | [pure virtual] |
joyStickButtonPressed(unsigned int joyStickID, JoyStickButtonCode::ByEnum id)=0 | orxonox::InputState | [pure virtual] |
joyStickButtonReleased(unsigned int joyStickID, JoyStickButtonCode::ByEnum id)=0 | orxonox::InputState | [pure virtual] |
keyHeld(const KeyEvent &evt)=0 | orxonox::InputState | [pure virtual] |
keyPressed(const KeyEvent &evt)=0 | orxonox::InputState | [pure virtual] |
keyReleased(const KeyEvent &evt)=0 | orxonox::InputState | [pure virtual] |
mouseButtonHeld(MouseButtonCode::ByEnum id)=0 | orxonox::InputState | [pure virtual] |
mouseButtonPressed(MouseButtonCode::ByEnum id)=0 | orxonox::InputState | [pure virtual] |
mouseButtonReleased(MouseButtonCode::ByEnum id)=0 | orxonox::InputState | [pure virtual] |
mouseMoved(IntVector2 abs, IntVector2 rel, IntVector2 clippingSize)=0 | orxonox::InputState | [pure virtual] |
mouseScrolled(int abs, int rel)=0 | orxonox::InputState | [pure virtual] |
name_ | orxonox::InputState | [private] |
numberOfJoySticksChanged(unsigned int n)=0 | orxonox::InputState | [protected, pure virtual] |
onEnter()=0 | orxonox::InputState | [pure virtual] |
onLeave()=0 | orxonox::InputState | [pure virtual] |
priority_ | orxonox::InputState | [private] |
registerOnEnter(Executor *executor) | orxonox::InputState | [inline, virtual] |
registerOnLeave(Executor *executor) | orxonox::InputState | [inline, virtual] |
resetHandlersChanged() | orxonox::InputState | [inline] |
setInputDeviceEnabled(unsigned int device, bool bEnabled) | orxonox::InputState | [inline, protected] |
setName(const std::string &name) | orxonox::InputState | [inline, private] |
setNumOfJoySticks(unsigned int n) | orxonox::InputState | [inline, private] |
setPriority(int priority) | orxonox::InputState | [inline, private] |
unRegisterOnEnter() | orxonox::InputState | [inline, virtual] |
unRegisterOnLeave() | orxonox::InputState | [inline, virtual] |
updateInput(float dt, unsigned int device)=0 | orxonox::InputState | [pure virtual] |
updateInput(float dt)=0 | orxonox::InputState | [pure virtual] |
~InputState() | orxonox::InputState | [inline, protected, virtual] |