HGamer3D-SFML-Binding-0.1.8: Library to enable 3D game development for Haskell - SFML Bindings

Safe HaskellSafe-Infered

HGamer3D.Bindings.SFML.ClassMouse

Synopsis

Documentation

isButtonPressedSource

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.