UserInterface tracking of keyboard modifier and fullscreen.

This commit is contained in:
brunoherbelin
2020-05-16 12:18:38 +02:00
parent 20cafa388f
commit 4527d0dd1f
4 changed files with 30 additions and 11 deletions

View File

@@ -69,6 +69,7 @@ public:
class Screenshot *CurrentScreenshot();
// request fullscreen
bool IsFullscreen ();
void ToggleFullscreen();
// get width of rendering area
float Width();