mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
GUIFormSpecMenu focus fixes
This commit is contained in:
@@ -122,6 +122,7 @@ public:
|
||||
|
||||
virtual void regenerateGui(v2u32 screensize) = 0;
|
||||
virtual void drawMenu() = 0;
|
||||
virtual bool preprocessEvent(const SEvent& event) { return false; };
|
||||
virtual bool OnEvent(const SEvent& event) { return false; };
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user