right arrow now also selects
This commit is contained in:
parent
48d062b2f0
commit
1b4081d9fc
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ function updateMenu()
|
||||||
end
|
end
|
||||||
imgCursor:draw(controlX - 17,controlY + (243 - (20 * #menuitems)))
|
imgCursor:draw(controlX - 17,controlY + (243 - (20 * #menuitems)))
|
||||||
|
|
||||||
if playdate.buttonJustPressed(playdate.kButtonA) then
|
if playdate.buttonJustPressed(playdate.kButtonA) or playdate.buttonJustPressed(playdate.kButtonRight) then
|
||||||
menuButtonPress(menuitems[#menuitems - math.floor(index)].name)
|
menuButtonPress(menuitems[#menuitems - math.floor(index)].name)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue