glfw-group-0.1.0.0: GLFW package with window groups destroyed together
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.UI.GlfwG.Window.Type

Documentation

newtype W s Source #

Constructors

W Window 

Instances

Instances details
Show (W s) Source # 
Instance details

Defined in Graphics.UI.GlfwG.Window.Type

Methods

showsPrec :: Int -> W s -> ShowS #

show :: W s -> String #

showList :: [W s] -> ShowS #

Eq (W s) Source # 
Instance details

Defined in Graphics.UI.GlfwG.Window.Type

Methods

(==) :: W s -> W s -> Bool #

(/=) :: W s -> W s -> Bool #

Ord (W s) Source # 
Instance details

Defined in Graphics.UI.GlfwG.Window.Type

Methods

compare :: W s -> W s -> Ordering #

(<) :: W s -> W s -> Bool #

(<=) :: W s -> W s -> Bool #

(>) :: W s -> W s -> Bool #

(>=) :: W s -> W s -> Bool #

max :: W s -> W s -> W s #

min :: W s -> W s -> W s #