fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Gl

Documentation

glStart :: IO ()

glFinish :: IO ()

glHeight :: IO ()

glColor :: Color -> IO ()

glFont :: Font -> Int -> IO ()

glDraw :: String -> IO ()

glDrawChars :: String -> Int -> IO ()

glDrawAt :: String -> Float -> Float -> IO ()

glDrawCharsAt :: String -> Int -> Float -> Float -> IO ()