Graphics.Gloss.Data.Display
data Display Source #
Describes how Gloss should display its output.
Constructors
Display in a window with the given name, size and position.
Display full screen.
Defined in Graphics.Gloss.Data.Display
Methods
(==) :: Display -> Display -> Bool #
(/=) :: Display -> Display -> Bool #
readsPrec :: Int -> ReadS Display #
readList :: ReadS [Display] #
readPrec :: ReadPrec Display #
readListPrec :: ReadPrec [Display] #
showsPrec :: Int -> Display -> ShowS #
show :: Display -> String #
showList :: [Display] -> ShowS #