SDL-gfx-0.7.0.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

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 #