mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
feat: add TOGGLE_BAGS action and integrate inventory screen with keybinding manager
- Add TOGGLE_BAGS action to keybinding manager (B key default) - Update inventory_screen.cpp to use keybinding manager for bag and character toggles - Maintain consistent keybinding system across all UI windows
This commit is contained in:
parent
7220737d48
commit
332c2f6d3f
3 changed files with 18 additions and 9 deletions
|
|
@ -17,6 +17,7 @@ public:
|
|||
enum class Action {
|
||||
TOGGLE_CHARACTER_SCREEN,
|
||||
TOGGLE_INVENTORY,
|
||||
TOGGLE_BAGS,
|
||||
TOGGLE_SPELLBOOK,
|
||||
TOGGLE_TALENTS,
|
||||
TOGGLE_QUESTS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue