Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Common definitions for all gloss
backends.
Synopsis
- data GlossSettings = GlossSettings {}
- defaultSettings :: GlossSettings
- module Graphics.Gloss.Interface.Pure.Game
- module Graphics.Gloss
Documentation
data GlossSettings Source #
Collect all settings that the gloss
backend requires.
GlossSettings | |
|
defaultSettings :: GlossSettings Source #
Some standard settings, a 400 x 400 window with grey background, at 30 FPS.
module Graphics.Gloss