sdl2-2.4.1.0: Both high- and low-level bindings to the SDL library (version 2.0.4+).

Safe HaskellSafe
LanguageHaskell2010

SDL.Internal.Types

Synopsis

Documentation

newtype Joystick Source #

Constructors

Joystick 
Instances
Eq Joystick Source # 
Instance details

Defined in SDL.Internal.Types

Data Joystick Source # 
Instance details

Defined in SDL.Internal.Types

Methods

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 :: (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 #

Ord Joystick Source # 
Instance details

Defined in SDL.Internal.Types

Show Joystick Source # 
Instance details

Defined in SDL.Internal.Types

Generic Joystick Source # 
Instance details

Defined in SDL.Internal.Types

Associated Types

type Rep Joystick :: Type -> Type Source #

type Rep Joystick Source # 
Instance details

Defined in SDL.Internal.Types

type Rep Joystick = D1 (MetaData "Joystick" "SDL.Internal.Types" "sdl2-2.4.1.0-6o74Vl5oJciK9nOaeyWqit" True) (C1 (MetaCons "Joystick" PrefixI True) (S1 (MetaSel (Just "joystickPtr") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Joystick)))

newtype Window Source #

Constructors

Window Window 
Instances
Eq Window Source # 
Instance details

Defined in SDL.Internal.Types

Data Window Source # 
Instance details

Defined in SDL.Internal.Types

Methods

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 :: (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 #

Ord Window Source # 
Instance details

Defined in SDL.Internal.Types

Show Window Source # 
Instance details

Defined in SDL.Internal.Types

Generic Window Source # 
Instance details

Defined in SDL.Internal.Types

Associated Types

type Rep Window :: Type -> Type Source #

type Rep Window Source # 
Instance details

Defined in SDL.Internal.Types

type Rep Window = D1 (MetaData "Window" "SDL.Internal.Types" "sdl2-2.4.1.0-6o74Vl5oJciK9nOaeyWqit" True) (C1 (MetaCons "Window" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Window)))

newtype Renderer Source #

An SDL rendering device. This can be created with createRenderer.

Constructors

Renderer Renderer 
Instances
Eq Renderer Source # 
Instance details

Defined in SDL.Internal.Types

Data Renderer Source # 
Instance details

Defined in SDL.Internal.Types

Methods

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 :: (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 #

Ord Renderer Source # 
Instance details

Defined in SDL.Internal.Types

Show Renderer Source # 
Instance details

Defined in SDL.Internal.Types

Generic Renderer Source # 
Instance details

Defined in SDL.Internal.Types

Associated Types

type Rep Renderer :: Type -> Type Source #

type Rep Renderer Source # 
Instance details

Defined in SDL.Internal.Types

type Rep Renderer = D1 (MetaData "Renderer" "SDL.Internal.Types" "sdl2-2.4.1.0-6o74Vl5oJciK9nOaeyWqit" True) (C1 (MetaCons "Renderer" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Renderer)))