Copyright | (c) David Himmelstrup 2005 |
---|---|
License | BSD-like |
Maintainer | lemmih@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Graphics.UI.SDL.Keysym
Description
Documentation
Constructors
Keysym | |
Fields
|
Instances
Eq Keysym Source # | |
Show Keysym Source # | |
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 # |
Constructors
Instances
Bounded Modifier Source # | |
Eq Modifier Source # | |
Ord Modifier Source # | |
Defined in Graphics.UI.SDL.Keysym | |
Show Modifier Source # | |
Enum Modifier Word32 Source # | |
Constructors
Instances
Bounded SDLKey Source # | |
Eq SDLKey Source # | |
Ord SDLKey Source # | |
Show SDLKey Source # | |
Enum SDLKey Word32 Source # | |