Listener of key events.
More...
#include <ec_ikeylistener.h>
Listener of key events.
To be able to listen for key events you must make a class which inherits from this class and implements its functions.
Definition at line 44 of file ec_ikeylistener.h.
virtual FIFE::IKeyListener::~IKeyListener |
( |
| ) |
|
|
inlinevirtual |
virtual void FIFE::IKeyListener::keyPressed |
( |
KeyEvent & |
evt | ) |
|
|
pure virtual |
Called if a key is pressed If a key is held down the multiple key presses are generated.
- Parameters
-
virtual void FIFE::IKeyListener::keyReleased |
( |
KeyEvent & |
evt | ) |
|
|
pure virtual |
Called if a key is released.
- Parameters
-
The documentation for this class was generated from the following file: