mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[macOS] Improve file association handling, and allow URL schema handling.
This commit is contained in:
parent
8ec6c075bd
commit
238ac2fdd5
7 changed files with 63 additions and 34 deletions
|
|
@ -160,6 +160,7 @@ public:
|
|||
|
||||
virtual String get_name() const = 0;
|
||||
virtual List<String> get_cmdline_args() const { return _cmdline; }
|
||||
virtual List<String> get_cmdline_platform_args() const { return List<String>(); }
|
||||
virtual String get_model_name() const;
|
||||
|
||||
bool is_layered_allowed() const { return _allow_layered; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue