change changeTo to swapTo

This commit is contained in:
Lightos1
2026-07-05 15:52:11 +02:00
parent 9d6a551455
commit 752a37ed23
18 changed files with 222 additions and 37 deletions

View File

@@ -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;
}
};