| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FRP.Spice.Config
Description
This module handles the configuration for the project.
Documentation
data WindowConfig Source
A datatype to configure the window settings when creating an OpenGL context
using in the engine.startEngine
Constructors
| WindowConfig | |
Fields | |
defaultWindowConfig :: WindowConfig Source
The default for WindowConfig
getWindowWidth = 640 getWindowHeight = 480 getWindowFullscreen = False getWindowResizeable = False getWindowTitle = "Spice Application"