You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SDL/Video/Renderer.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -723,7 +723,7 @@ copyEx :: MonadIO m
723
723
->Maybe (RectangleCInt) --^ The destination rectangle to copy to, or 'Nothing' for the whole rendering target. The texture will be stretched to fill the given rectangle.
724
724
->CDouble--^ An angle in degrees that indicates the point around which the destination rectangle will be rotated.
725
725
->Maybe (PointV2CInt) --^ The point of rotation
726
-
->V2Bool--^ Whether to flip in the X or Y axis. -- ^ The point of rotation
0 commit comments