Start adding mouse control of inventory
This commit is contained in:
@@ -21,6 +21,9 @@ data HUDElement
|
||||
|
||||
data SubInventory
|
||||
= NoSubInventory
|
||||
{ _nsSelected :: Maybe (Int,Int)
|
||||
, _nsMouseOver :: Maybe Int
|
||||
}
|
||||
| ExamineInventory
|
||||
| CombineInventory { _ciSections :: SelectionSections CombinableItem }
|
||||
| LockedInventory
|
||||
|
||||
Reference in New Issue
Block a user