SDL-0.4.0: Binding to libSDLSource codeContentsIndex
Graphics.UI.SDL.Types
Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Description
Documentation
data SurfaceStruct Source
type Surface = ForeignPtr SurfaceStructSource
data VideoInfoStruct Source
type VideoInfo = ForeignPtr VideoInfoStructSource
data RWopsStruct Source
type RWops = ForeignPtr RWopsStructSource
data PixelFormatStruct Source
type PixelFormat = ForeignPtr PixelFormatStructSource
data JoystickStruct Source
type Joystick = ForeignPtr JoystickStructSource
data Hat Source
Constructors
HatCentered
HatUp
HatRight
HatDown
HatLeft
HatRightUp
HatRightDown
HatLeftUp
HatLeftDown
show/hide Instances
data TimerIDStruct Source
data SurfaceFlag Source
Constructors
SWSurface
HWSurface
OpenGL
ASyncBlit
OpenGLBlit
Resizable
NoFrame
HWAccel
SrcColorKey
RLEAccel
SrcAlpha
PreAlloc
AnyFormat
HWPalette
DoubleBuf
Fullscreen
show/hide Instances
surfaceGetPixelFormat :: Surface -> PixelFormatSource
surfaceGetWidth :: Surface -> IntSource
surfaceGetHeight :: Surface -> IntSource
surfaceGetFlags :: Surface -> IO [SurfaceFlag]Source
surfaceGetPitch :: Surface -> Word16Source
surfaceGetPixels :: Surface -> IO PixelsSource
pixelFormatGetAlpha :: PixelFormat -> IO Word8Source
pixelFormatGetColorKey :: PixelFormat -> IO PixelSource
pixelFormatGetBitsPerPixel :: PixelFormat -> IO Word8Source
pixelFormatGetBytesPerPixel :: PixelFormat -> IO Word8Source
Produced by Haddock version 0.8