| Copyright | (c) 2015 Siniša Biđin |
|---|---|
| License | MIT |
| Maintainer | sinisa@bidin.eu |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
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 :: forall a. (Num a, Eq a) => a Source #
pattern SMOOTHING_OFF :: forall a. (Num a, Eq a) => a Source #
rotozoomXY :: MonadIO m => Ptr Surface -> CDouble -> CDouble -> CDouble -> CInt -> m (Ptr Surface) Source #
rotozoomSize :: MonadIO m => CInt -> CInt -> CDouble -> CDouble -> Ptr CInt -> Ptr CInt -> m () Source #
rotozoomSizeXY :: MonadIO m => CInt -> CInt -> CDouble -> CDouble -> CDouble -> Ptr CInt -> Ptr CInt -> m () Source #