Continue hud/mouse refactor
This commit is contained in:
@@ -19,13 +19,16 @@ data PressType
|
||||
data MouseContext
|
||||
= NoMouseContext
|
||||
| MouseAiming
|
||||
| MouseClick
|
||||
| OverInvSelect { _mcoInvSelect :: (Int,Int)}
|
||||
| OverInvFilt { _mcoInvFilt :: (Int,Int)}
|
||||
| OverCombSelect { _mcoCombSelect :: (Int,Int)}
|
||||
| OverCombCombine { _mcoCombCombine :: (Int,Int)}
|
||||
| OverCombFilter
|
||||
| OverCombEscape
|
||||
| OverTerminalReturn
|
||||
| OverTerminalEscape
|
||||
deriving (Show)
|
||||
|
||||
data Input = Input
|
||||
{ _mousePos :: Point2 -- in pixels, from the center of the screen
|
||||
|
||||
Reference in New Issue
Block a user