Improving lagging button

This commit is contained in:
Rodrigo Alfonso 2025-01-30 09:37:35 -03:00
parent 20f24b3e60
commit 9b0b08f368

View File

@ -70,7 +70,7 @@ void TestScene::tick(u16 keys) {
}
// other buttons
if (selectHandler->hasBeenPressedNow()) {
if (selectHandler->getIsPressed()) {
DEBULOG("! lagging...");
Link::wait(228 * 5);
}