SDL-0.5.2: Binding to libSDLContentsIndex
Graphics.UI.SDL.Types
Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Description
Documentation
data SurfaceStruct
type Surface = ForeignPtr SurfaceStruct
data VideoInfoStruct
type VideoInfo = ForeignPtr VideoInfoStruct
data RWopsStruct
type RWops = ForeignPtr RWopsStruct
data PixelFormatStruct
type PixelFormat = ForeignPtr PixelFormatStruct
data JoystickStruct
type Joystick = ForeignPtr JoystickStruct
data Hat
Constructors
HatCentered
HatUp
HatRight
HatDown
HatLeft
HatRightUp
HatRightDown
HatLeftUp
HatLeftDown
show/hide Instances
data TimerIDStruct
data SurfaceFlag
Constructors
SWSurface
HWSurface
OpenGL
ASyncBlit
OpenGLBlit
Resizable
NoFrame
HWAccel
SrcColorKey
RLEAccel
SrcAlpha
PreAlloc
AnyFormat
HWPalette
DoubleBuf
Fullscreen
show/hide Instances
surfaceGetPixelFormat :: Surface -> PixelFormat
surfaceGetWidth :: Surface -> Int
surfaceGetHeight :: Surface -> Int
surfaceGetFlags :: Surface -> IO [SurfaceFlag]
surfaceGetPitch :: Surface -> Word16
surfaceGetPixels :: Surface -> IO Pixels
pixelFormatGetAlpha :: PixelFormat -> IO Word8
pixelFormatGetColorKey :: PixelFormat -> IO Pixel
pixelFormatGetBitsPerPixel :: PixelFormat -> IO Word8
pixelFormatGetBytesPerPixel :: PixelFormat -> IO Word8
videoInfoWidth :: VideoInfo -> Int
videoInfoHeight :: VideoInfo -> Int
Produced by Haddock version 2.1.0