sdl2-gfx-0.3.0.0: Haskell bindings to SDL2_gfx
Copyright(c) 2015 Siniša Biđin 2021 Daniel Firth
LicenseMIT
Maintainer[email protected], [email protected]
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

SDL.Raw.Rotozoom

Description

Raw bindings to the SDL2_gfx library, specifically the surface rotation and zoom functionality from SDL2_rotozoom.h.

Documentation

pattern SMOOTHING_ON :: (Eq a, Num a) => a Source #

pattern SMOOTHING_OFF :: (Eq a, Num a) => a Source #

rotozoomSize :: MonadIO m => CInt -> CInt -> CDouble -> CDouble -> Ptr CInt -> Ptr CInt -> m () Source #

zoomSize :: MonadIO m => CInt -> CInt -> CDouble -> CDouble -> Ptr CInt -> Ptr CInt -> m () Source #