Reimplement dragging upwards with mouse
This commit is contained in:
@@ -17,16 +17,15 @@ data HUDElement
|
||||
{ _subInventory :: SubInventory
|
||||
, _diSections :: SelectionSections ()
|
||||
, _diSelection :: Maybe (Int,Int)
|
||||
, _diSelectionExtra :: Int
|
||||
}
|
||||
| DisplayCarte
|
||||
|
||||
data MouseInventorySelection
|
||||
= NoMouseSel
|
||||
| MouseInvSelect
|
||||
= MouseInvSelect
|
||||
{_misSelStart :: (Int, Int), _misMaybeEnd :: Maybe (Int, Int)}
|
||||
| MouseInvChosen
|
||||
{ _misExtra :: Int
|
||||
}
|
||||
| MouseInvDrag
|
||||
| MouseInvNothing
|
||||
|
||||
data SubInventory
|
||||
= NoSubInventory
|
||||
|
||||
Reference in New Issue
Block a user