lui-0.0.2: Purely FunctionaL User InterfaceSource codeContentsIndex
Graphics.UI.LUI.Draw
Documentation
type Position = Vector2 IntSource
type Size = Vector2 IntSource
data Draw a Source
show/hide Instances
data Compute a Source
show/hide Instances
render :: Surface -> Position -> Draw a -> IO aSource
computeResult :: Compute a -> IO aSource
textSize :: Font -> String -> Compute SizeSource
computeToDraw :: Compute a -> Draw aSource
text :: Color -> Font -> String -> Draw SizeSource
rect :: Color -> Size -> Draw SizeSource
move :: Position -> Draw a -> Draw aSource
Produced by Haddock version 2.4.1