mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Sync display/window/size/initial_position_type and Window::WINDOW_INITIAL_POSITION_ enum.
This commit is contained in:
parent
78c9f8ddd9
commit
d990f594a0
3 changed files with 9 additions and 8 deletions
|
|
@ -102,7 +102,7 @@ public:
|
|||
DEFAULT_WINDOW_SIZE = 100,
|
||||
};
|
||||
|
||||
// Keep synced with enum hint for `initial_position` property.
|
||||
// Keep synced with enum hint for `initial_position` property and `display/window/size/initial_position_type` project setting.
|
||||
enum WindowInitialPosition {
|
||||
WINDOW_INITIAL_POSITION_ABSOLUTE,
|
||||
WINDOW_INITIAL_POSITION_CENTER_PRIMARY_SCREEN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue