aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-07-31 19:21:16 +0200
committerEugene Sandulenko2017-08-01 10:42:22 +0200
commite832f1d650fbd66c5a180903d06b089b30bc2a07 (patch)
treee5fb15bec04ec4c39671496a0161dcbf1eb08091 /graphics/macgui/mactextwindow.h
parent94a0eadd308dd6cc21dd6102886fcf767df37c66 (diff)
downloadscummvm-rg350-e832f1d650fbd66c5a180903d06b089b30bc2a07.tar.gz
scummvm-rg350-e832f1d650fbd66c5a180903d06b089b30bc2a07.tar.bz2
scummvm-rg350-e832f1d650fbd66c5a180903d06b089b30bc2a07.zip
GRAPHICS: MACGUI: Update cursor position as text being added to MacTextWindow
Diffstat (limited to 'graphics/macgui/mactextwindow.h')
-rw-r--r--graphics/macgui/mactextwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/macgui/mactextwindow.h b/graphics/macgui/mactextwindow.h
index 58cd0db04c..ddd6c44d35 100644
--- a/graphics/macgui/mactextwindow.h
+++ b/graphics/macgui/mactextwindow.h
@@ -74,6 +74,7 @@ public:
private:
void drawInput();
+ void updateCursorPos();
public:
int _cursorX, _cursorY;