mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463)
This commit is contained in:
@@ -74,6 +74,7 @@ private:
|
||||
int fsaa;
|
||||
bool resizable;
|
||||
bool borderless;
|
||||
bool centered;
|
||||
} currentMode;
|
||||
bool created;
|
||||
}; // Window
|
||||
|
||||
Reference in New Issue
Block a user