fltkhs-0.7.0.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Glut

Contents

Synopsis

Glut attributes

data GlutWindow Source #

Constructors

GlutWindow 

Fields

data GlutMenu Source #

Constructors

GlutMenu 

Fields

Instances
Eq GlutMenu Source # 
Instance details

Defined in Graphics.UI.FLTK.LowLevel.Glut

Show GlutMenu Source # 
Instance details

Defined in Graphics.UI.FLTK.LowLevel.Glut

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 #