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.
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.
setAudioDevicePlaybackState :: MonadIO m => AudioDevice -> PlaybackState -> m ()sdl2 SDL.Audio Change the playback state of an AudioDevice.
setHintWithPriority :: MonadIO m => HintPriority -> Hint v -> v -> m Boolsdl2 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.
setMouseLocationMode :: (Functor m, MonadIO m) => LocationMode -> m LocationModesdl2 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.
setHint :: MonadIO m => CString -> CString -> m Boolsdl2 SDL.Raw.Basic No documentation available.
setHintWithPriority :: MonadIO m => CString -> CString -> HintPriority -> m Boolsdl2 SDL.Raw.Basic No documentation available.
setMainReady :: MonadIO m => m ()sdl2 SDL.Raw.Basic No documentation available.
setError :: MonadIO m => CString -> m CIntsdl2 SDL.Raw.Error No documentation available.
setCursor :: MonadIO m => Cursor -> m ()sdl2 SDL.Raw.Event No documentation available.
setEventFilter :: MonadIO m => EventFilter -> Ptr () -> m ()sdl2 SDL.Raw.Event No documentation available.