Struct RootexEvents

Struct Documentation

struct RootexEvents

Public Functions

DEFINE_EVENT(ApplicationExit)

Application exited the main loop.

DEFINE_EVENT(DeleteScene, Scene *)

Delete the Scene* passed in.

DEFINE_EVENT(OpenedScene)

SceneLoader opened a new Scene.

DEFINE_EVENT(OSPrint, String)

A string was printed to output.

DEFINE_EVENT(UISystemEnableDebugger)

UISystem debugger on/off.

DEFINE_EVENT(UISystemDisableDebugger)

UISystem debugger on/off.

DEFINE_EVENT(WindowGetScreenState)

Get bool if window is fullscreen.

DEFINE_EVENT(WindowResized, Vector2)

Window has resized to size passed in.

DEFINE_EVENT(WindowToggleFullscreen)

Toggle the application window fullscreen mode.

DEFINE_EVENT(QuitWindowRequest)

Window has requested to quit.

DEFINE_EVENT(QuitEditorWindow)

Editor has requested to quit.