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