Fullscreen support with F6

This commit is contained in:
Dr. Chat
2015-06-14 11:43:59 -05:00
parent 95afbe2d93
commit cec2e2b397
5 changed files with 80 additions and 4 deletions

View File

@@ -52,6 +52,8 @@ class Window : public T {
OnSetMenu(menu);
}
virtual void SetFullscreen(bool fullscreen) {}
public:
Delegate<UIEvent> on_shown;
Delegate<UIEvent> on_hidden;