#include <OISKeyboard.h>
Public Member Functions | |
| virtual | ~KeyListener () |
| virtual bool | keyPressed (const KeyEvent &arg)=0 |
| virtual bool | keyReleased (const KeyEvent &arg)=0 |
Definition at line 199 of file OISKeyboard.h.
| virtual OIS::KeyListener::~KeyListener | ( | ) | [inline, virtual] |
Definition at line 202 of file OISKeyboard.h.
| virtual bool OIS::KeyListener::keyPressed | ( | const KeyEvent & | arg | ) | [pure virtual] |
Implemented in EventHandler, EventHandler, and EventHandler.
Referenced by OIS::Win32Keyboard::_readBuffered(), OIS::SDLKeyboard::capture(), and OIS::MacKeyboard::capture().
| virtual bool OIS::KeyListener::keyReleased | ( | const KeyEvent & | arg | ) | [pure virtual] |
Implemented in EventHandler, EventHandler, and EventHandler.
Referenced by OIS::Win32Keyboard::_readBuffered(), OIS::SDLKeyboard::capture(), and OIS::MacKeyboard::capture().
1.5.4