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