input remapping + mouse control
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-02 18:39:36 +02:00
parent 6e1cf1db3e
commit 7697b35336
24 changed files with 178 additions and 45 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ end
--- @within PopupWindow
function PopupWindow.update()
if Context.popup.show then
if Input.menu_confirm() or Input.menu_back() then
if Input.select() or Input.back() then
PopupWindow.hide()
end
end