#include <src/core/input/InputInterfaces.h>
Public Member Functions | |
virtual void | updateInput (float dt)=0 |
virtual | ~InputHandler () |
virtual orxonox::InputHandler::~InputHandler | ( | ) | [inline, virtual] |
virtual void orxonox::InputHandler::updateInput | ( | float | dt | ) | [pure virtual] |
Implemented in orxonox::InputBuffer, orxonox::EmptyHandler, orxonox::KeyBinder, and orxonox::GUIManager.