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

Safe HaskellSafe-Inferred

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.