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

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. openDeviceFormat :: OpenDeviceSpec -> !Changeable (AudioFormat sampleType)

    sdl2 SDL.Audio

    The format of audio that will be sampled from the output buffer.

  2. pattern KeycodeACForward :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  3. pattern ScancodeACForward :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  4. mixAudioFormat :: MonadIO m => Ptr Word8 -> Ptr Word8 -> AudioFormat -> Word32 -> CInt -> m ()

    sdl2 SDL.Raw.Audio

    No documentation available.

  5. type AudioFormat = Word16

    sdl2 SDL.Raw.Enum

    No documentation available.

  6. pattern SDLK_AC_FORWARD :: Keycode

    sdl2 SDL.Raw.Enum

    No documentation available.

  7. pattern SDL_APP_DIDENTERFOREGROUND :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

  8. pattern SDL_APP_WILLENTERFOREGROUND :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

  9. pattern SDL_AUDIO_ALLOW_FORMAT_CHANGE :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

  10. pattern SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

Page 651 of many | Previous | Next

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