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. JoyBallEvent :: JoyBallEventData -> EventPayload

    sdl2 SDL.Event

    No documentation available.

  2. data JoyBallEventData

    sdl2 SDL.Event

    Joystick trackball motion event information.

  3. JoyBallEventData :: JoystickID -> Word8 -> !V2 Int16 -> JoyBallEventData

    sdl2 SDL.Event

    No documentation available.

  4. joyBallEventBall :: JoyBallEventData -> !Word8

    sdl2 SDL.Event

    The index of the trackball that changed.

  5. joyBallEventRelMotion :: JoyBallEventData -> !V2 Int16

    sdl2 SDL.Event

    The relative motion of the trackball.

  6. joyBallEventWhich :: JoyBallEventData -> !JoystickID

    sdl2 SDL.Event

    The instance id of the joystick that reported the event.

  7. SDLCallFailed :: Text -> Text -> Text -> SDLException

    sdl2 SDL.Exception

    A call to a low-level SDL C function failed unexpectedly.

  8. sdlExceptionCaller :: SDLException -> !Text

    sdl2 SDL.Exception

    The Haskell routine that was trying to call a C function

  9. sdlExceptionCaller :: SDLException -> !Text

    sdl2 SDL.Exception

    The Haskell routine that was trying to call a C function

  10. initializeAll :: (Functor m, MonadIO m) => m ()

    sdl2 SDL.Init

    Equivalent to initialize [minBound .. maxBound].

Page 539 of many | Previous | Next