#include <SDLSystem.h>
Inheritance diagram for SDLSystem:
Public Methods | |
SDLSystem () | |
virtual void | NextFrame () |
virtual void | StartMainLoop () |
int | HandleEvent (SDL_Event *event) |
virtual double | GetTimeInSeconds () |
virtual void | Sleep (int millisec) |
void | AddKey (SDLKey key, bool down) |
|
Definition at line 33 of file SDLSystem.cpp. |
|
|
|
Reimplemented from SCA_ISystem. Definition at line 298 of file SDLSystem.cpp. |
|
Definition at line 247 of file SDLSystem.cpp. Referenced by StartMainLoop(). |
|
Reimplemented from SCA_ISystem. Definition at line 137 of file SDLSystem.cpp. Referenced by StartMainLoop(). |
|
Reimplemented from SCA_ISystem. Definition at line 28 of file SDLSystem.h. |
|
Reimplemented from SCA_ISystem. Definition at line 213 of file SDLSystem.cpp. |