change changeTo to swapTo
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
#include "base_menu_gui.h"
|
||||
|
||||
extern std::string lastItemName;
|
||||
|
||||
class MainGui : public BaseMenuGui {
|
||||
public:
|
||||
MainGui() {
|
||||
@@ -40,4 +42,9 @@ class MainGui : public BaseMenuGui {
|
||||
u16 headerHeight() const override {
|
||||
return HOC_HEADER_HEIGHT - 25;
|
||||
}
|
||||
|
||||
bool handleInput(u64 keysDown, u64 keysHeld, const HidTouchState &touchPos, HidAnalogStickState leftJoyStick,
|
||||
HidAnalogStickState rightJoyStick) override {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user