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. setAudioDeviceLocked :: MonadIO m => AudioDevice -> LockState -> m ()

    sdl2 SDL.Audio

    Lock an AudioDevice such that its associated callback will not be called until the device is unlocked.

  2. setAudioDevicePlaybackState :: MonadIO m => AudioDevice -> PlaybackState -> m ()

    sdl2 SDL.Audio

    Change the playback state of an AudioDevice.

  3. setHintWithPriority :: MonadIO m => HintPriority -> Hint v -> v -> m Bool

    sdl2 SDL.Hint

    Set the value of a hint, applying priority rules for when there is a conflict. Ordinarily, a hint will not be set if there is an existing override hint or environment variable that takes precedence.

  4. setMouseLocationMode :: (Functor m, MonadIO m) => LocationMode -> m LocationMode

    sdl2 SDL.Input.Mouse

    Sets the current relative mouse mode. When relative mouse mode is enabled, cursor is hidden and mouse position will not change. However, you will be delivered relative mouse position change events.

  5. setHint :: MonadIO m => CString -> CString -> m Bool

    sdl2 SDL.Raw.Basic

    No documentation available.

  6. setHintWithPriority :: MonadIO m => CString -> CString -> HintPriority -> m Bool

    sdl2 SDL.Raw.Basic

    No documentation available.

  7. setMainReady :: MonadIO m => m ()

    sdl2 SDL.Raw.Basic

    No documentation available.

  8. setError :: MonadIO m => CString -> m CInt

    sdl2 SDL.Raw.Error

    No documentation available.

  9. setCursor :: MonadIO m => Cursor -> m ()

    sdl2 SDL.Raw.Event

    No documentation available.

  10. setEventFilter :: MonadIO m => EventFilter -> Ptr () -> m ()

    sdl2 SDL.Raw.Event

    No documentation available.

Page 354 of many | Previous | Next