mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-21 11:55:43 +02:00
Move touchscreen input handling to base GUIModalMenu class
This commit is contained in:
@@ -44,6 +44,10 @@ public:
|
||||
|
||||
void setTextDest(TextDest *dest) { m_text_dst = dest; }
|
||||
|
||||
protected:
|
||||
std::wstring getLabelByID(s32 id) { return L""; }
|
||||
std::string getNameByID(s32 id) { return ""; }
|
||||
|
||||
private:
|
||||
void acceptInput();
|
||||
|
||||
|
Reference in New Issue
Block a user