gloss-1.13.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

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

Methods

readsPrec :: Int -> ReadS Display

readList :: ReadS [Display]

readPrec :: ReadPrec Display

readListPrec :: ReadPrec [Display]

Show Display Source # 
Instance details

Defined in Graphics.Gloss.Data.Display

Methods

showsPrec :: Int -> Display -> ShowS

show :: Display -> String

showList :: [Display] -> ShowS