Remove explicit scancode from menu items
This commit is contained in:
@@ -17,6 +17,7 @@ data PressType = InitialPress
|
||||
|
||||
data Input = Input
|
||||
{ _mousePos :: Point2
|
||||
, _mouseMoving :: Bool
|
||||
, _pressedKeys :: M.Map Scancode PressType
|
||||
, _mouseButtons :: M.Map MouseButton Bool
|
||||
, _scrollAmount :: Int
|
||||
|
||||
Reference in New Issue
Block a user