CoreEngine

Members

Functions

activeScene
void activeScene(Scene scene)
activeScene
Scene activeScene()
collectGarbage
void collectGarbage()
deltaTime
float deltaTime()
gcEnabled
void gcEnabled(bool enabled)
imageAPI
Image imageAPI()
isServiceRunning
bool isServiceRunning()

Returns true if CoreEngine service is running.

mainWindow
SDL2Window mainWindow()
platform
Platform platform()
restartService
void restartService()

Restart CoreEngine service.

runMainLoop
void runMainLoop()
shouldQuitOnKey
void shouldQuitOnKey(KeyCode key)
startService
void startService()

Start CoreEngine service.

stopService
void stopService()

Stop CoreEngine service.

windowInfo
void windowInfo(WindowInfo win_info)
windowInfo
void windowInfo(int width, int height)
windowInfo
WindowInfo windowInfo()

Variables

_shouldQuitOnKey
bool _shouldQuitOnKey;
Undocumented in source.

Inherited Members

From IService

startService
void startService()

Strat service.

stopService
void stopService()

Strat service.

restartService
void restartService()

Strat service.

isServiceRunning
bool isServiceRunning()

Strat service.

Meta