gloss-rendering-1.9.1.1: Gloss Picture data type and rendering functions.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Gloss.Data.Display

Synopsis

Documentation

data Display Source

Describes how Gloss should display its output.

Constructors

InWindow String (Int, Int) (Int, Int)

Display in a window with the given name, size and position.

FullScreen (Int, Int)

Display full screen with a drawing area of the given size.