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.
ballDelta :: MonadIO m => Joystick -> CInt -> m (V2 CInt)sdl2 SDL.Input.Joystick Get the ball axis change since the last poll. See SDL_JoystickGetBall for C documentation.
numBalls :: MonadIO m => Joystick -> m CIntsdl2 SDL.Input.Joystick Get the number of trackballs on a joystick. See SDL_JoystickNumBalls for C documentation.
pattern
KeycodeKPMemRecall :: Keycodesdl2 SDL.Input.Keyboard.Codes No documentation available.
pattern
ScancodeKPMemRecall :: Scancodesdl2 SDL.Input.Keyboard.Codes No documentation available.
AbsoluteModalLocation :: Point V2 CInt -> ModalLocationsdl2 SDL.Input.Mouse No documentation available.
-
sdl2 SDL.Input.Mouse No documentation available.
RelativeModalLocation :: V2 CInt -> ModalLocationsdl2 SDL.Input.Mouse No documentation available.
SystemCursorSizeAll :: SystemCursorsdl2 SDL.Input.Mouse No documentation available.
addHintCallback :: MonadIO m => CString -> HintCallback -> Ptr () -> m ()sdl2 SDL.Raw.Basic No documentation available.
delHintCallback :: MonadIO m => CString -> HintCallback -> Ptr () -> m ()sdl2 SDL.Raw.Basic No documentation available.