1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

[Linux/Freedesktop] Implement native file selection dialog support.

This commit is contained in:
bruvzg
2023-08-01 10:18:41 +03:00
parent a278c1b98a
commit 6cc314e0fa
9 changed files with 416 additions and 33 deletions

View File

@@ -123,6 +123,8 @@ public:
virtual String get_unique_id() const override;
virtual String get_processor_name() const override;
virtual bool is_sandboxed() const override;
virtual void alert(const String &p_alert, const String &p_title = "ALERT!") override;
virtual bool _check_internal_feature_support(const String &p_feature) override;