SDL-gfx-0.7.0.0: Binding to libSDL_gfx
Copyright(c) David Himmelstrup 2005
LicenseBSD-like
Maintainerlemmih@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Graphics.UI.SDL.Framerate

Description

 

Documentation

init :: FPSManager -> IO () Source #

set :: FPSManager -> Int -> IO Bool Source #

get :: FPSManager -> IO Int Source #

delay :: FPSManager -> IO () Source #

type FPSManager = ForeignPtr FPSManagerStruct Source #