TeaPacket v0.0.1
Multiplatform Game Engine
|
Go to the source code of this file.
Namespaces | |
namespace | TeaPacket |
namespace | TeaPacket::Interface |
Functionality relating to core application management, such as event-handling and process management. | |
Functions | |
bool | TeaPacket::Interface::Initialize () |
Initializes application information. | |
void | TeaPacket::Interface::Tick () |
Updates any core application info and handles events. | |
void | TeaPacket::Interface::DeInitialize () |
De-Initializes the application's data. | |
bool | TeaPacket::Interface::ShouldQuit () |
Returns whether the application should quit or not. | |
void | TeaPacket::Interface::QueueQuit () |
Queues a quit of the application. The app will return false on the next call to ShouldQuit() | |
Variables | |
bool | TeaPacket::Interface::initialized = false |
Whether all Interface functionality has been initialized. | |