[Android] Add export option to use "scrcpy" to run project from editor.

This commit is contained in:
Pāvels Nadtočajevs 2025-07-18 09:42:32 +03:00
parent e825169957
commit f7263b9517
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
7 changed files with 161 additions and 50 deletions

View file

@ -325,6 +325,7 @@ public:
virtual bool poll_export() { return false; }
virtual int get_options_count() const { return 0; }
virtual bool is_option_runnable(int p_index) const { return true; }
virtual String get_options_tooltip() const { return ""; }
virtual Ref<Texture2D> get_option_icon(int p_index) const;
virtual String get_option_label(int p_device) const { return ""; }