SDL-0.6.2: Binding to libSDLSource codeContentsIndex
Graphics.UI.SDL.Utilities
Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Description
Various small functions which makes the binding process easier.
Documentation
class Enum a b | a -> b whereSource
Methods
succ :: a -> aSource
pred :: a -> aSource
toEnum :: b -> aSource
fromEnum :: a -> bSource
enumFromTo :: a -> a -> [a]Source
intToBool :: Int -> IO Int -> IO BoolSource
toBitmask :: (Enum a b, Bits b) => [a] -> bSource
fromBitmask :: (Bounded a, Enum a b, Bits b) => b -> [a]Source
fromCInt :: Num a => CInt -> aSource
toCInt :: Int -> CIntSource
Produced by Haddock version 2.6.0