• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. joystickGetBall :: MonadIO m => Joystick -> CInt -> Ptr CInt -> Ptr CInt -> m CInt

    sdl2 SDL.Raw.Event

    No documentation available.

  2. joystickNumBalls :: MonadIO m => Joystick -> m CInt

    sdl2 SDL.Raw.Event

    No documentation available.

  3. saveAllDollarTemplates :: MonadIO m => Ptr RWops -> m CInt

    sdl2 SDL.Raw.Event

    No documentation available.

  4. hapticStopAll :: MonadIO m => Haptic -> m CInt

    sdl2 SDL.Raw.Haptic

    No documentation available.

  5. type AudioCallback = FunPtr Ptr () -> Ptr Word8 -> CInt -> IO ()

    sdl2 SDL.Raw.Types

    No documentation available.

  6. type HintCallback = FunPtr Ptr () -> CString -> CString -> CString -> IO ()

    sdl2 SDL.Raw.Types

    No documentation available.

  7. JoyBallEvent :: Word32 -> Word32 -> JoystickID -> Word8 -> Int16 -> Int16 -> Event

    sdl2 SDL.Raw.Types

    No documentation available.

  8. type TimerCallback = FunPtr Word32 -> Ptr () -> IO Word32

    sdl2 SDL.Raw.Types

    No documentation available.

  9. audioSpecCallback :: AudioSpec -> !AudioCallback

    sdl2 SDL.Raw.Types

    No documentation available.

  10. hapticLeftRightSmallMagnitude :: HapticEffect -> !Word16

    sdl2 SDL.Raw.Types

    No documentation available.

Page 542 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete