Application

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onProgress
void onProgress(ProgressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onRender
void onRender()
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowExposed
void onWindowExposed(WindowExposedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowResize
void onWindowResize(WindowResizeEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Times
struct Times
Undocumented in source.
WindowData
struct WindowData
Undocumented in source.

Variables

cursorManager
CursorManager cursorManager;
Undocumented in source.
events
EventsObserver events;
Undocumented in source.
windowData
WindowData windowData;
Undocumented in source.

Inherited Members

From EventsListenerEmpty

onKeyPressed
void onKeyPressed(KeyPressedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyReleased
void onKeyReleased(KeyReleasedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onTextEntered
void onTextEntered(TextEnteredEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseDown
void onMouseDown(MouseDownEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseUp
void onMouseUp(MouseUpEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onDblClick
void onDblClick(DblClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onTripleClick
void onTripleClick(TripleClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseMove
void onMouseMove(MouseMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseWheel
void onMouseWheel(MouseWheelEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowResize
void onWindowResize(WindowResizeEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowExposed
void onWindowExposed(WindowExposedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta