You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #82423 from bruvzg/mac_ex_fs
[macOS] Check all exclusive fullscreen windows before setting presentation mode.
This commit is contained in:
@@ -245,6 +245,7 @@ public:
|
||||
WindowID _get_focused_window_or_popup() const;
|
||||
void mouse_enter_window(WindowID p_window);
|
||||
void mouse_exit_window(WindowID p_window);
|
||||
void update_presentation_mode();
|
||||
|
||||
void window_destroy(WindowID p_window);
|
||||
void window_resize(WindowID p_window, int p_width, int p_height);
|
||||
|
||||
Reference in New Issue
Block a user