#include <OgreEventQueue.h>
Public Methods | |
EventQueue () | |
virtual | ~EventQueue () |
void | push (InputEvent *e) |
InputEvent * | pop () |
void | activateEventQueue (bool set) |
Turn the queue on so it can pop and push InputEvents. More... | |
int | getSize () |
Protected Attributes | |
std::queue< InputEvent * > | mEventQueue |
bool | mActivateEventQueue |
|
|
|
|
|
Turn the queue on so it can pop and push InputEvents.
|
|
|
|
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team