fltkhs-0.5.4.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Glut

Contents

Synopsis

Glut attributes

data GlutMenu Source #

Constructors

GlutMenu 

Fields

glutReshapeFunc :: (Size -> IO ()) -> IO () Source #

glutKeyboardFunc :: (Char -> Position -> IO ()) -> IO () Source #

glutMotionFunc :: (Position -> IO ()) -> IO () Source #

glutIdleFunc :: IO () -> IO () Source #

glutTimerFunc :: Int -> IO () -> IO () Source #