gloss-1.13.1.2: Painless 2D vector graphics, animations and simulations.

Safe HaskellSafe
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

Display full screen.