This commit is contained in:
thrust26 2020-10-11 19:48:27 +02:00
parent 3c21f22584
commit f4fdebb425
1 changed files with 2 additions and 0 deletions

View File

@ -326,12 +326,14 @@ class EventHandler
*/
virtual void enableTextEvents(bool enable) = 0;
#ifdef GUI_SUPPORT
/**
Clipboard methods.
*/
virtual void copyText(const string& text) const = 0;
virtual void cutText(string& text) const = 0;
virtual string pasteText(string& text) const = 0;
#endif
/**
Handle changing mouse modes.