Refactor window size, update selection cursor on new screen
This commit is contained in:
@@ -14,7 +14,7 @@ data PressType = InitialPress
|
||||
deriving (Eq,Show)
|
||||
|
||||
data Input = Input
|
||||
{ _mousePos :: Point2
|
||||
{ _mousePos :: Point2 -- in pixels, from the center of the screen
|
||||
, _mouseMoving :: Bool
|
||||
, _pressedKeys :: M.Map Scancode PressType
|
||||
, _mouseButtons :: M.Map MouseButton Bool -- shortpress False, repeatpress True
|
||||
|
||||
Reference in New Issue
Block a user