sdl2-gfx-0.2: Bindings to SDL2_gfx.

Copyright(c) 2015 Siniša Biđin
LicenseMIT
Maintainersinisa@bidin.eu
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

SDL.Raw.Framerate

Description

Raw bindings to the SDL2_gfx library, specifically the framerate management functionality from SDL2_framerate.h.

Documentation

data Manager #

Instances
Eq Manager # 
Instance details

Defined in SDL.Raw.Framerate

Methods

(==) :: Manager -> Manager -> Bool #

(/=) :: Manager -> Manager -> Bool #

Read Manager # 
Instance details

Defined in SDL.Raw.Framerate

Show Manager # 
Instance details

Defined in SDL.Raw.Framerate

Storable Manager # 
Instance details

Defined in SDL.Raw.Framerate

init :: MonadIO m => Ptr Manager -> m () #

pattern FPS_DEFAULT :: forall a. (Eq a, Num a) => a #

pattern FPS_LOWER_LIMIT :: forall a. (Eq a, Num a) => a #

pattern FPS_UPPER_LIMIT :: forall a. (Eq a, Num a) => a #