HGamer3D-SFML-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - SFML Bindings

Safe HaskellNone

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.