| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <KeyEventReceiver.h>
Public Member Functions | |
| virtual void | keyPressed (KeyEvent &event) |
| virtual void | keyReleased (KeyEvent &event) |
| virtual | ~KeyEventReceiver () |
Interface class for creating an event receiver and adding it to a renderwindow, to set that renderwindow to receive keyboard events.
| input::KeyEventReceiver::~KeyEventReceiver | ( | ) | [virtual] |
| void input::KeyEventReceiver::keyPressed | ( | KeyEvent & | event | ) | [virtual] |
Called if a key is pressed.
| event,: | Reference to a KeyEvent object, to get information about the event. |
| void input::KeyEventReceiver::keyReleased | ( | KeyEvent & | event | ) | [virtual] |
Called if a key is released.
| event,: | Reference to a KeyEvent object, to get information about the event. |
|
The KG Game Engine
Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:07 by
Doxygen
(1.7.4)
|