Allow use of items while examine subinventory shows

Still not sure what to do with right click scrolling, item swapping
This commit is contained in:
2025-01-01 21:58:07 +00:00
parent ff5c4db3ae
commit adc0878a28
15 changed files with 343 additions and 311 deletions
+5
View File
@@ -32,6 +32,11 @@ data EquipSite
data Hotkey
= HotkeyQ
| HotkeyE
| HotkeyR
| HotkeyZ
| HotkeyX
| HotkeyC
| HotkeyV
| Hotkey1
| Hotkey2
| Hotkey3
+1 -1
View File
@@ -23,7 +23,7 @@ data HUDElement
, _diInvFilter :: Maybe String
, _diCloseFilter :: Maybe String
}
| DisplayCarte
-- | DisplayCarte
data SubInventory
= NoSubInventory
+2 -1
View File
@@ -21,7 +21,8 @@ data ItemType
| TARGETING {_ibtTargeting :: TargetingType}
| BULLETMOD {_ibtBulletMod :: BulletMod}
| STICKYMOD
| ITEMSCANNER
| ITEMSCAN
| MAPPER
| INTROSCAN {_ibtIntroScanType :: IntroScanType}
deriving (Eq, Ord, Show, Read)