From f4fdebb425dbdacaa90c91e3cdef6455921daafc Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sun, 11 Oct 2020 19:48:27 +0200 Subject: [PATCH] fix #710 --- src/emucore/EventHandler.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/emucore/EventHandler.hxx b/src/emucore/EventHandler.hxx index 50d26b0ed..bd379a226 100644 --- a/src/emucore/EventHandler.hxx +++ b/src/emucore/EventHandler.hxx @@ -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.