You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ │ ├── library.rs # Custom game management (JSON persistence)
60
+
│ │ ├── launcher.rs # Game process spawning and URI dispatch
61
+
│ │ └── fs_explorer.rs # File system utilities
52
62
│ └── tauri.conf.json
53
63
└── CLAUDE.md
54
64
```
@@ -66,3 +76,10 @@ game-library/
66
76
-**Gamepad (Controller):** D-pad / left stick to move focus between game cards, A/Cross to launch, B/Circle to go back, trigger or bumper shortcuts for filtering
67
77
- Controller input handled via the frontend (e.g., `gamepad` browser API available in Tauri's WebView)
68
78
- Visual focus indicator must be clearly visible for controller navigation (big cursor / highlight on focused card)
0 commit comments