Copyright | (c) David Himmelstrup 2005 |
---|---|
License | BSD-like |
Maintainer | lemmih@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Graphics.UI.SDL.Rect
Description
Documentation
Instances
Eq Rect Source # | |
Ord Rect Source # | |
Show Rect Source # | |
Storable Rect Source # | |
Defined in Graphics.UI.SDL.Rect Methods peekElemOff :: Ptr Rect -> Int -> IO Rect pokeElemOff :: Ptr Rect -> Int -> Rect -> IO () peekByteOff :: Ptr b -> Int -> IO Rect pokeByteOff :: Ptr b -> Int -> Rect -> IO () |