overlay: remove navigator input (#288)

## Link to GitHub Issue, if one exists
n/a

## Description of change
No one uses this, remove them to reduce clutter. This is in preparation
to migrate from deprecated ImGui IO model to new one, and this is part
of that.

## Compiling
👍 

## Testing
This commit is contained in:
bicarus-dev
2025-04-03 21:16:48 -07:00
committed by GitHub
parent 6de8b529d2
commit e88abec2a6
3 changed files with 0 additions and 39 deletions
-6
View File
@@ -30,12 +30,6 @@ namespace games {
ScreenResizeScene3,
ScreenResizeScene4,
SuperExit,
NavigatorActivate,
NavigatorCancel,
NavigatorUp,
NavigatorDown,
NavigatorLeft,
NavigatorRight,
HotkeyEnable1,
HotkeyEnable2,
HotkeyToggle,