GLUT-2.4.0.0: A binding for the OpenGL Utility Toolkit

Portabilityportable
Stabilitystable
Maintainer[email protected]
Safe HaskellNone

Graphics.UI.GLUT.Callbacks.Registration

Description

 

Documentation

setCallback :: CallbackType -> (FunPtr a -> IO ()) -> (b -> IO (FunPtr a)) -> Maybe b -> IO ()Source