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

Safe HaskellNone

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.