Copyright | (c) 2015 Siniša Biđin 2021 Daniel Firth |
---|---|
License | MIT |
Maintainer | [email protected], [email protected] |
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 | |
Instances
Storable Manager Source # | |
Read Manager Source # | |
Show Manager Source # | |
Eq Manager Source # | |
pattern FPS_DEFAULT :: (Eq a, Num a) => a Source #
pattern FPS_LOWER_LIMIT :: (Eq a, Num a) => a Source #
pattern FPS_UPPER_LIMIT :: (Eq a, Num a) => a Source #