aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/window_text_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/window_text_grid.h')
-rw-r--r--engines/glk/window_text_grid.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/engines/glk/window_text_grid.h b/engines/glk/window_text_grid.h
index f5568cd24f..de64ab3801 100644
--- a/engines/glk/window_text_grid.h
+++ b/engines/glk/window_text_grid.h
@@ -171,9 +171,9 @@ public:
virtual void getSize(uint *width, uint *height) const override;
- virtual void requestCharEvent() override {
- _charRequest = true;
- }
+ virtual void requestCharEvent() override;
+
+ virtual void requestCharEventUni() override;
/**
* Prepare for inputing a line
@@ -197,10 +197,6 @@ public:
_mouseRequest = false;
}
- virtual void requestCharEventUni() override {
- _charRequestUni = true;
- }
-
virtual void requestMouseEvent() override {
_mouseRequest = true;
}