Add OS clipboard set support to OS Javascript

This commit is contained in:
Fabio Alessandrelli 2019-05-28 12:59:29 +02:00
parent 6273e4d76d
commit 0f76df2397
2 changed files with 21 additions and 0 deletions

View file

@ -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();