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

Safe HaskellSafe
LanguageHaskell98

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.