Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
Safe Haskell | None |
Graphics.UI.GLUT.Callbacks.Registration
Description
Documentation
data CallbackType
Constructors
Instances
registerForCleanup :: FunPtr a -> IO ()
setCallback :: CallbackType -> (FunPtr a -> IO ()) -> (b -> IO (FunPtr a)) -> Maybe b -> IO ()
getCurrentWindow :: String -> IO Window