mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add OS clipboard set support to OS Javascript
This commit is contained in:
parent
6273e4d76d
commit
0f76df2397
2 changed files with 21 additions and 0 deletions
|
@ -133,6 +133,8 @@ public:
|
|||
virtual int get_audio_driver_count() const;
|
||||
virtual const char *get_audio_driver_name(int p_driver) const;
|
||||
|
||||
virtual void set_clipboard(const String &p_text);
|
||||
|
||||
virtual MainLoop *get_main_loop() const;
|
||||
void run_async();
|
||||
bool main_loop_iterate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue