| Safe Haskell | Safe-Infered |
|---|
HGamer3D.Bindings.SFML.ClassMouse
- isButtonPressed :: EnumMouseButton -> IO Bool
- isButtonPressed'_ :: CInt -> Ptr CInt -> IO ()
Documentation
Arguments
| :: EnumMouseButton | button - Button to check |
| -> IO Bool | return value - True if the button is pressed, false otherwise |
Check if a mouse button is pressed.