Move touchscreen input handling to base GUIModalMenu class
This commit is contained in:
@@ -44,6 +44,10 @@ class GUIFileSelectMenu : public GUIModalMenu
|
||||
|
||||
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