[macOS] Implement optional native file selection dialog support for sandboxed apps.

This commit is contained in:
bruvzg
2021-03-30 15:42:50 +03:00
parent 60f3b7967c
commit 4790da7900
20 changed files with 395 additions and 5 deletions

View File

@ -312,7 +312,7 @@ public:
void set_allow_search(bool p_allow);
bool get_allow_search() const;
virtual void popup(const Rect2 &p_bounds = Rect2());
virtual void popup(const Rect2i &p_bounds = Rect2i()) override;
void take_mouse_focus();