mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[Android] Add export option to use "scrcpy" to run project from editor.
This commit is contained in:
parent
e825169957
commit
f7263b9517
7 changed files with 161 additions and 50 deletions
|
|
@ -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 ""; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue