OIS::KeyListener Class Reference

#include <OISKeyboard.h>

List of all members.

Public Member Functions

virtual ~KeyListener ()
virtual bool keyPressed (const KeyEvent &arg)=0
virtual bool keyReleased (const KeyEvent &arg)=0


Detailed Description

To recieve buffered keyboard input, derive a class from this, and implement the methods here. Then set the call back to your Keyboard instance with Keyboard::setEventCallback


Constructor & Destructor Documentation

virtual OIS::KeyListener::~KeyListener (  )  [inline, virtual]


Member Function Documentation

virtual bool OIS::KeyListener::keyPressed ( const KeyEvent arg  )  [pure virtual]

virtual bool OIS::KeyListener::keyReleased ( const KeyEvent arg  )  [pure virtual]


The documentation for this class was generated from the following file:
Generated on Fri Jul 13 21:21:05 2007 for OIS by  doxygen 1.5.2