Move touchscreen input handling to base GUIModalMenu class
[oweals/minetest.git] / src / gui / guiPasswordChange.h
index 59f3513b28e69236928a1503471e52282e50a91f..58541a3990e0503fff395b2a19b00e82ab31a6fe 100644 (file)
@@ -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;