Separate out input datatype
This commit is contained in:
@@ -46,6 +46,6 @@ drawConcurrentMessage u = case u ^. uvConcEffects of
|
||||
customMouseCursor :: Configuration -> World -> Picture
|
||||
customMouseCursor cfig w =
|
||||
winScale cfig
|
||||
. uncurryV translate (_mousePos w)
|
||||
. uncurryV translate (_mousePos (_input w))
|
||||
. color white
|
||||
$ pictures [line [V2 (-5) 0, V2 5 0], line [V2 0 (-5), V2 0 5]]
|
||||
|
||||
Reference in New Issue
Block a user