SDL-gfx-0.6.0: Binding to libSDL_gfx

Copyright(c) David Himmelstrup 2005
LicenseBSD-like
Maintainerlemmih@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.UI.SDL.Rotozoomer

Description

 

Documentation

finalizeWhenNotNull :: String -> Ptr SurfaceStruct -> IO Surface Source #

sdlRotozoom :: Ptr SurfaceStruct -> Double -> Double -> Int -> IO (Ptr SurfaceStruct) Source #

rotozoom :: Surface -> Double -> Double -> Bool -> IO Surface Source #

sdlZoom :: Ptr SurfaceStruct -> Double -> Double -> Int -> IO (Ptr SurfaceStruct) Source #

zoom :: Surface -> Double -> Double -> Bool -> IO Surface Source #