You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Add separate minimize_disabled and maximize_disabled window flags.
This commit is contained in:
@@ -1198,6 +1198,8 @@ void DisplayServer::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(WINDOW_FLAG_SHARP_CORNERS);
|
||||
BIND_ENUM_CONSTANT(WINDOW_FLAG_EXCLUDE_FROM_CAPTURE);
|
||||
BIND_ENUM_CONSTANT(WINDOW_FLAG_POPUP_WM_HINT);
|
||||
BIND_ENUM_CONSTANT(WINDOW_FLAG_MINIMIZE_DISABLED);
|
||||
BIND_ENUM_CONSTANT(WINDOW_FLAG_MAXIMIZE_DISABLED);
|
||||
BIND_ENUM_CONSTANT(WINDOW_FLAG_MAX);
|
||||
|
||||
BIND_ENUM_CONSTANT(WINDOW_EVENT_MOUSE_ENTER);
|
||||
|
||||
Reference in New Issue
Block a user