aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-07-31 20:01:39 +0200
committerEugene Sandulenko2017-08-01 10:42:22 +0200
commit81c26caaf86f439ed3f1699f13252afd45c52e18 (patch)
tree2f61ecbc7c341b9ee9236ce5757379b78c155fee /graphics/macgui/mactextwindow.h
parent3e96a0909d4c96f3994e6f3115c22ffdb28562dd (diff)
downloadscummvm-rg350-81c26caaf86f439ed3f1699f13252afd45c52e18.tar.gz
scummvm-rg350-81c26caaf86f439ed3f1699f13252afd45c52e18.tar.bz2
scummvm-rg350-81c26caaf86f439ed3f1699f13252afd45c52e18.zip
GRAPHICS: MACGUI: Exposed input text from the MacTextWindow
Diffstat (limited to 'graphics/macgui/mactextwindow.h')
-rw-r--r--graphics/macgui/mactextwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/macgui/mactextwindow.h b/graphics/macgui/mactextwindow.h
index ddd6c44d35..00bca8bdcc 100644
--- a/graphics/macgui/mactextwindow.h
+++ b/graphics/macgui/mactextwindow.h
@@ -72,6 +72,9 @@ public:
void undrawCursor();
+ const Common::String getInput() { return _inputText; }
+ void clearInput();
+
private:
void drawInput();
void updateCursorPos();