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:
@@ -32,6 +32,11 @@ data EquipSite
|
||||
data Hotkey
|
||||
= HotkeyQ
|
||||
| HotkeyE
|
||||
| HotkeyR
|
||||
| HotkeyZ
|
||||
| HotkeyX
|
||||
| HotkeyC
|
||||
| HotkeyV
|
||||
| Hotkey1
|
||||
| Hotkey2
|
||||
| Hotkey3
|
||||
|
||||
@@ -23,7 +23,7 @@ data HUDElement
|
||||
, _diInvFilter :: Maybe String
|
||||
, _diCloseFilter :: Maybe String
|
||||
}
|
||||
| DisplayCarte
|
||||
-- | DisplayCarte
|
||||
|
||||
data SubInventory
|
||||
= NoSubInventory
|
||||
|
||||
@@ -21,7 +21,8 @@ data ItemType
|
||||
| TARGETING {_ibtTargeting :: TargetingType}
|
||||
| BULLETMOD {_ibtBulletMod :: BulletMod}
|
||||
| STICKYMOD
|
||||
| ITEMSCANNER
|
||||
| ITEMSCAN
|
||||
| MAPPER
|
||||
| INTROSCAN {_ibtIntroScanType :: IntroScanType}
|
||||
deriving (Eq, Ord, Show, Read)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user