#include <OgreEventQueue.h>
Public Member Functions | |
EventQueue () | |
virtual | ~EventQueue () |
void | push (InputEvent *e) |
InputEvent * | pop () |
void | activateEventQueue (bool set) |
Turn the queue on so it can pop and push InputEvents. | |
size_t | getSize () const |
Protected Attributes | |
std::queue< InputEvent * > | mEventQueue |
bool | mActivateEventQueue |
Definition at line 44 of file OgreEventQueue.h.
|
|
|
|
|
Turn the queue on so it can pop and push InputEvents.
|
|
|
|
|
|
|
|
Definition at line 48 of file OgreEventQueue.h. |
|
Definition at line 47 of file OgreEventQueue.h. |
Copyright © 2000-2005 by The OGRE Team
Last modified Sun Apr 10 23:22:06 2005