From 323c8600450a5ae3893de9ba1d04095589c5b06c Mon Sep 17 00:00:00 2001 From: stujones11 Date: Sun, 24 Jun 2018 20:50:57 +0100 Subject: Move touchscreen input handling to base GUIModalMenu class --- src/gui/guiPasswordChange.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gui/guiPasswordChange.h') diff --git a/src/gui/guiPasswordChange.h b/src/gui/guiPasswordChange.h index 59f3513b2..58541a399 100644 --- a/src/gui/guiPasswordChange.h +++ b/src/gui/guiPasswordChange.h @@ -44,6 +44,13 @@ public: bool processInput(); bool OnEvent(const SEvent &event); +#ifdef __ANDROID__ + bool getAndroidUIInput(); +#endif + +protected: + std::wstring getLabelByID(s32 id) { return L""; } + std::string getNameByID(s32 id); private: Client *m_client; -- cgit v1.2.3