HGL-3.2.0.2: A simple graphics library based on X11 or Win32Source codeContentsIndex
Graphics.HGL.Key
Portabilityportable
Stabilityprovisional
Maintainerlibraries@haskell.org
Description
Abstract representation of keys.
Synopsis
data Key
keyToChar :: Key -> Char
isCharKey :: Key -> Bool
isBackSpaceKey :: Key -> Bool
isTabKey :: Key -> Bool
isClearKey :: Key -> Bool
isReturnKey :: Key -> Bool
isEscapeKey :: Key -> Bool
isDeleteKey :: Key -> Bool
isHomeKey :: Key -> Bool
isLeftKey :: Key -> Bool
isUpKey :: Key -> Bool
isRightKey :: Key -> Bool
isDownKey :: Key -> Bool
isPriorKey :: Key -> Bool
isPageUpKey :: Key -> Bool
isNextKey :: Key -> Bool
isPageDownKey :: Key -> Bool
isEndKey :: Key -> Bool
isShiftLKey :: Key -> Bool
isShiftRKey :: Key -> Bool
isControlLKey :: Key -> Bool
isControlRKey :: Key -> Bool
Documentation
data Key Source
show/hide Instances
keyToChar :: Key -> CharSource
Converts a character key to a character.
isCharKey :: Key -> BoolSource
isBackSpaceKey :: Key -> BoolSource
isTabKey :: Key -> BoolSource
isClearKey :: Key -> BoolSource
isReturnKey :: Key -> BoolSource
isEscapeKey :: Key -> BoolSource
isDeleteKey :: Key -> BoolSource
isHomeKey :: Key -> BoolSource
isLeftKey :: Key -> BoolSource
isUpKey :: Key -> BoolSource
isRightKey :: Key -> BoolSource
isDownKey :: Key -> BoolSource
isPriorKey :: Key -> BoolSource
isPageUpKey :: Key -> BoolSource
isNextKey :: Key -> BoolSource
isPageDownKey :: Key -> BoolSource
isEndKey :: Key -> BoolSource
isShiftLKey :: Key -> BoolSource
isShiftRKey :: Key -> BoolSource
isControlLKey :: Key -> BoolSource
isControlRKey :: Key -> BoolSource
Produced by Haddock version 2.4.2