1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add DisplayServer.clipboard_has() to check clipboard content

This commit is contained in:
Haoyu Qiu
2022-01-19 21:04:52 +08:00
parent 8b8e858778
commit 314f309035
8 changed files with 48 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ public:
virtual void clipboard_set(const String &p_text) override;
virtual String clipboard_get() const override;
virtual bool clipboard_has() const override;
virtual void screen_set_keep_on(bool p_enable) override;
virtual bool screen_is_kept_on() const override;