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/guiKeyChangeMenu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/guiKeyChangeMenu.h') diff --git a/src/gui/guiKeyChangeMenu.h b/src/gui/guiKeyChangeMenu.h index 7cf11d3f9..eded61e4c 100644 --- a/src/gui/guiKeyChangeMenu.h +++ b/src/gui/guiKeyChangeMenu.h @@ -58,6 +58,10 @@ public: bool pausesGame() { return true; } +protected: + std::wstring getLabelByID(s32 id) { return L""; } + std::string getNameByID(s32 id) { return ""; } + private: void init_keys(); -- cgit v1.2.3