| 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.Keysym
Description
Documentation
Constructors
| Keysym | |
Fields
| |
Instances
| Storable Keysym Source # | |
Defined in Graphics.UI.SDL.Keysym Methods sizeOf :: Keysym -> Int Source # alignment :: Keysym -> Int Source # peekElemOff :: Ptr Keysym -> Int -> IO Keysym Source # pokeElemOff :: Ptr Keysym -> Int -> Keysym -> IO () Source # peekByteOff :: Ptr b -> Int -> IO Keysym Source # pokeByteOff :: Ptr b -> Int -> Keysym -> IO () Source # | |
| Show Keysym Source # | |
| Eq Keysym Source # | |
Constructors
Instances
| Bounded Modifier Source # | |
| Show Modifier Source # | |
| Eq Modifier Source # | |
| Ord Modifier Source # | |
Defined in Graphics.UI.SDL.Keysym | |
| Enum Modifier Word32 Source # | |
Constructors
Instances
| Bounded SDLKey Source # | |
| Show SDLKey Source # | |
| Eq SDLKey Source # | |
| Ord SDLKey Source # | |
| Enum SDLKey Word32 Source # | |