Android build v1.1.13

This commit is contained in:
Warren H
2026-07-03 01:01:32 -04:00
parent b7cb572631
commit a121b2ef74
4 changed files with 18 additions and 18 deletions
+1
View File
@@ -11,6 +11,7 @@
## Input Requirements
- Every game screen, menu, dialog, overlay, and gameplay interaction must be fully navigable by controller at all times.
- Any time a screen, menu, dialog, overlay, or gameplay interaction is added or changed, verify controller navigation still works for that surface before considering the work complete.
- Controller navigation must not depend on touch, mouse, keyboard, or hidden developer-only shortcuts.
- Focus state must always be visible and predictable when controller navigation is active.
- Avoid interaction patterns that trap focus, lose focus, or require precise pointer input.