Skip to content

Commit 5a19fb9

Browse files
committed
Update Mouse.hs
Remove extra whitespace
1 parent e2252ee commit 5a19fb9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SDL/Input/Mouse.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ data WarpMouseOrigin
161161
-- ^ Move the mouse pointer in global screen space.
162162
deriving (Data, Eq, Generic, Ord, Show, Typeable)
163163

164-
165-
166-
167164
-- | Move the current location of a mouse pointer. The 'WarpMouseOrigin' specifies the origin for the given warp coordinates.
168165
warpMouse :: MonadIO m => WarpMouseOrigin -> Point V2 CInt -> m ()
169166
warpMouse (WarpInWindow (Window w)) (P (V2 x y)) = Raw.warpMouseInWindow w x y

0 commit comments

Comments
 (0)