Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Safe Haskell | Safe-Inferred |
Graphics.UI.GLUT.Raw.Callbacks
Description
All GLUT callbacks.
Documentation
type ButtonBoxFunc = CInt -> CInt -> IO ()Source
type DisplayFunc = IO ()Source
type MenuDestroyFunc = IO ()Source
type MenuStateFunc = CInt -> IO ()Source
type MotionFunc = CInt -> CInt -> IO ()Source
makeMotionFunc :: MotionFunc -> IO (FunPtr MotionFunc)Source
type OverlayDisplayFunc = IO ()Source
type PassiveMotionFunc = CInt -> CInt -> IO ()Source
type ReshapeFunc = CInt -> CInt -> IO ()Source
type SpaceballButtonFunc = CInt -> CInt -> IO ()Source
type TabletMotionFunc = CInt -> CInt -> IO ()Source
type VisibilityFunc = CInt -> IO ()Source
type WMCloseFunc = IO ()Source
type WindowStatusFunc = CInt -> IO ()Source