mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Rewrote the whole input system.
Gmenu2X will no longer eat 100% CPU ;)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#define MENUSETTINGMULTISTRING_H
|
||||
|
||||
#include "menusettingstringbase.h"
|
||||
#include "inputmanager.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -44,7 +45,7 @@ public:
|
||||
const std::vector<std::string> *choices);
|
||||
virtual ~MenuSettingMultiString() {};
|
||||
|
||||
virtual void manageInput();
|
||||
virtual void manageInput(bevent_t *event);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user