#include <src/ois/OISKeyboard.h>
Public Member Functions | |
virtual bool | keyPressed (const KeyEvent &arg)=0 |
virtual bool | keyReleased (const KeyEvent &arg)=0 |
virtual | ~KeyListener () |
virtual OIS::KeyListener::~KeyListener | ( | ) | [inline, virtual] |
virtual bool OIS::KeyListener::keyPressed | ( | const KeyEvent & | arg | ) | [pure virtual] |
Implemented in orxonox::InputManager.
Referenced by OIS::LinuxKeyboard::_injectKeyDown(), OIS::Win32Keyboard::_readBuffered(), and OIS::MacKeyboard::capture().
virtual bool OIS::KeyListener::keyReleased | ( | const KeyEvent & | arg | ) | [pure virtual] |
Implemented in orxonox::InputManager.
Referenced by OIS::LinuxKeyboard::_injectKeyUp(), OIS::Win32Keyboard::_readBuffered(), and OIS::MacKeyboard::capture().