mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-19 11:15:18 +02:00
Move touchscreen input handling to base GUIModalMenu class
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user