Copyright | (c) 2015 Siniša Biđin |
---|---|
License | MIT |
Maintainer | sinisa@bidin.eu |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
SDL.Raw.Framerate
Description
Raw bindings to the SDL2_gfx
library, specifically the framerate management
functionality from SDL2_framerate.h
.
Documentation
Constructors
Manager | |
pattern FPS_DEFAULT :: forall a. (Num a, Eq a) => a #
pattern FPS_LOWER_LIMIT :: forall a. (Num a, Eq a) => a #
pattern FPS_UPPER_LIMIT :: forall a. (Num a, Eq a) => a #