Merge pull request #108737 from bruvzg/adb_scrcpy

[Android] Add export option to use "scrcpy" to run project from editor.
This commit is contained in:
Thaddeus Crews 2025-10-24 11:23:03 -05:00
commit 9d2b619f51
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
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 ""; }