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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setModState :: MonadIO m => Keymod -> m ()

    sdl2 SDL.Raw.Event

    No documentation available.

  2. setRelativeMouseMode :: MonadIO m => Bool -> m CInt

    sdl2 SDL.Raw.Event

    No documentation available.

  3. setTextInputRect :: MonadIO m => Ptr Rect -> m ()

    sdl2 SDL.Raw.Event

    No documentation available.

  4. setThreadPriority :: MonadIO m => ThreadPriority -> m CInt

    sdl2 SDL.Raw.Thread

    No documentation available.

  5. setClipRect :: MonadIO m => Ptr Surface -> Ptr Rect -> m Bool

    sdl2 SDL.Raw.Video

    No documentation available.

  6. setClipboardText :: MonadIO m => CString -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  7. setColorKey :: MonadIO m => Ptr Surface -> CInt -> Word32 -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  8. setPaletteColors :: MonadIO m => Ptr Palette -> Ptr Color -> CInt -> CInt -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  9. setPixelFormatPalette :: MonadIO m => Ptr PixelFormat -> Ptr Palette -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  10. setRenderDrawBlendMode :: MonadIO m => Renderer -> BlendMode -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

Page 355 of many | Previous | Next

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