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
readsPrec :: Int -> ReadS Display Source #
readList :: ReadS [Display] Source #
readPrec :: ReadPrec Display Source #
readListPrec :: ReadPrec [Display] Source #
showsPrec :: Int -> Display -> ShowS Source #
show :: Display -> String Source #
showList :: [Display] -> ShowS Source #
(==) :: Display -> Display -> Bool Source #
(/=) :: Display -> Display -> Bool Source #