Tweak mouse context/cursors
This commit is contained in:
@@ -18,9 +18,14 @@ data PressType
|
||||
|
||||
data MouseContext
|
||||
= NoMouseContext
|
||||
| OverInv { _mcoInv :: (Int,Int)}
|
||||
| OverCombInv { _mcoCombInv :: (Int,Int)}
|
||||
| OverTerminalScreen
|
||||
| MouseAiming
|
||||
| OverInvSelect { _mcoInvSelect :: (Int,Int)}
|
||||
| OverInvFilt { _mcoInvFilt :: (Int,Int)}
|
||||
| OverCombSelect { _mcoCombSelect :: (Int,Int)}
|
||||
| OverCombCombine { _mcoCombCombine :: (Int,Int)}
|
||||
| OverCombFilter
|
||||
| OverTerminalReturn
|
||||
| OverTerminalEscape
|
||||
|
||||
data Input = Input
|
||||
{ _mousePos :: Point2 -- in pixels, from the center of the screen
|
||||
|
||||
Reference in New Issue
Block a user