Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. SpaceballButton :: ButtonIndex -> KeyState -> SpaceballInput

    GLUT Graphics.UI.GLUT.Callbacks.Window

    No documentation available.

  2. type SpaceballCallback = SpaceballInput -> IO ()

    GLUT Graphics.UI.GLUT.Callbacks.Window

    A SpaceballButton callback

  3. data SpaceballInput

    GLUT Graphics.UI.GLUT.Callbacks.Window

    The state of the Spaceball has changed.

  4. type SpaceballMotion = Int

    GLUT Graphics.UI.GLUT.Callbacks.Window

    Translation of the Spaceball along one axis, normalized to be in the range of -1000 to +1000 inclusive

  5. SpaceballMotion :: SpaceballMotion -> SpaceballMotion -> SpaceballMotion -> SpaceballInput

    GLUT Graphics.UI.GLUT.Callbacks.Window

    No documentation available.

  6. type SpaceballRotation = Int

    GLUT Graphics.UI.GLUT.Callbacks.Window

    Rotation of the Spaceball along one axis, normalized to be in the range of -1800 .. +1800 inclusive

  7. SpaceballRotation :: SpaceballRotation -> SpaceballRotation -> SpaceballRotation -> SpaceballInput

    GLUT Graphics.UI.GLUT.Callbacks.Window

    No documentation available.

  8. type SpecialCallback = SpecialKey -> Position -> IO ()

    GLUT Graphics.UI.GLUT.Callbacks.Window

    A special key callback

  9. type TabletCallback = TabletInput -> TabletPosition -> IO ()

    GLUT Graphics.UI.GLUT.Callbacks.Window

    A tablet callback

  10. type VisibilityCallback = Visibility -> IO ()

    GLUT Graphics.UI.GLUT.Callbacks.Window

    A visibility callback

Page 637 of many | Previous | Next