|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Struct containing information about a frame event. More...
#include <OgreFrameListener.h>
| Public Attributes | |
| Real | timeSinceLastEvent | 
| Elapsed time in seconds since the last event. | |
| Real | timeSinceLastFrame | 
| Elapsed time in seconds since the last event of the same type, i.e. | |
Struct containing information about a frame event.
| Real Ogre::FrameEvent::timeSinceLastEvent | 
Elapsed time in seconds since the last event.
This gives you time between frame start & frame end, and between frame end and next frame start.
| Real Ogre::FrameEvent::timeSinceLastFrame | 
Elapsed time in seconds since the last event of the same type, i.e.
time for a complete frame.