gloss-1.13.2.1: Painless 2D vector graphics, animations and simulations.
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

Display full screen.

Instances

Instances details
Eq Display Source # 
Instance details

Defined in Graphics.Gloss.Data.Display

Methods

(==) :: Display -> Display -> Bool #

(/=) :: Display -> Display -> Bool #

Read Display Source # 
Instance details

Defined in Graphics.Gloss.Data.Display

Show Display Source # 
Instance details

Defined in Graphics.Gloss.Data.Display