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

Safe HaskellSafe-Infered

HGamer3D.Bindings.SFML.ClassKeyboard

Synopsis

Documentation

isKeyPressedSource

Arguments

:: EnumKey

key - Key to check

-> IO Bool

return value - True if the key is pressed, false otherwise

Check if a key is pressed.