#include <OgreEventListeners.h>
Inheritance diagram for Ogre::KeyListener:
Public Member Functions | |
virtual void | keyClicked (KeyEvent *e)=0 |
Invoked when the key has been clicked on a component. | |
virtual void | keyPressed (KeyEvent *e)=0 |
Invoked when a key button has been pressed on a component. | |
virtual void | keyReleased (KeyEvent *e)=0 |
Invoked when a key button has been released on a component. | |
virtual void | keyFocusIn (KeyEvent *e) |
Invoked when the target receives the keyboard focus. | |
virtual void | keyFocusOut (KeyEvent *e) |
Invoked when the target loses the keyboard focus. |
|
Invoked when the key has been clicked on a component.
|
|
Invoked when the target receives the keyboard focus.
Definition at line 114 of file OgreEventListeners.h. |
|
Invoked when the target loses the keyboard focus.
Definition at line 118 of file OgreEventListeners.h. |
|
Invoked when a key button has been pressed on a component.
|
|
Invoked when a key button has been released on a component.
|
Copyright © 2000-2005 by The OGRE Team
Last modified Sun Sep 25 17:36:32 2005