3#include <Core/System/Window.h>
12 void ResetOnClickClose(
plDelegate<
void()> onClickClose);
A window class that expands a little on plWindow. Default type used by plGameState to create a window...
Definition GameStateWindow.h:7
A simple abstraction for platform specific window creation.
Definition Window.h:244
virtual void OnResize(const plSizeU32 &newWindowSize)
Called on window resize messages.
Definition Window_android.inl:89
virtual void OnClickClose()
Called when the close button of the window is clicked. Does nothing by default.
Definition Window.h:334
A generic delegate class which supports static functions and member functions.
Definition Delegate.h:76
Parameters for creating a window, such as position and resolution.
Definition Window.h:180