Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Joystick = Joystick {}
- newtype GameController = GameController {}
- newtype Window = Window Window
- newtype Renderer = Renderer Renderer
Documentation
Instances
Data Joystick Source # | |
Defined in SDL.Internal.Types gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Joystick -> c Joystick Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Joystick Source # toConstr :: Joystick -> Constr Source # dataTypeOf :: Joystick -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Joystick) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Joystick) Source # gmapT :: (forall b. Data b => b -> b) -> Joystick -> Joystick Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Joystick -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Joystick -> r Source # gmapQ :: (forall d. Data d => d -> u) -> Joystick -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> Joystick -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Joystick -> m Joystick Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Joystick -> m Joystick Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Joystick -> m Joystick Source # | |
Generic Joystick Source # | |
Show Joystick Source # | |
Eq Joystick Source # | |
Ord Joystick Source # | |
Defined in SDL.Internal.Types | |
type Rep Joystick Source # | |
Defined in SDL.Internal.Types |
newtype GameController Source #
Instances
Instances
Data Window Source # | |
Defined in SDL.Internal.Types gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Window -> c Window Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Window Source # toConstr :: Window -> Constr Source # dataTypeOf :: Window -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Window) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Window) Source # gmapT :: (forall b. Data b => b -> b) -> Window -> Window Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Window -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Window -> r Source # gmapQ :: (forall d. Data d => d -> u) -> Window -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> Window -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Window -> m Window Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Window -> m Window Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Window -> m Window Source # | |
Generic Window Source # | |
Show Window Source # | |
Eq Window Source # | |
Ord Window Source # | |
Defined in SDL.Internal.Types | |
type Rep Window Source # | |
Defined in SDL.Internal.Types |
An SDL rendering device. This can be created with createRenderer
.
Instances
Data Renderer Source # | |
Defined in SDL.Internal.Types gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Renderer -> c Renderer Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Renderer Source # toConstr :: Renderer -> Constr Source # dataTypeOf :: Renderer -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Renderer) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Renderer) Source # gmapT :: (forall b. Data b => b -> b) -> Renderer -> Renderer Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Renderer -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Renderer -> r Source # gmapQ :: (forall d. Data d => d -> u) -> Renderer -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> Renderer -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Renderer -> m Renderer Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Renderer -> m Renderer Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Renderer -> m Renderer Source # | |
Generic Renderer Source # | |
Show Renderer Source # | |
Eq Renderer Source # | |
Ord Renderer Source # | |
Defined in SDL.Internal.Types | |
type Rep Renderer Source # | |
Defined in SDL.Internal.Types |