|
Graphics.HGL.Key | Portability | portable | Stability | provisional | Maintainer | libraries@haskell.org |
|
|
|
|
|
Description |
Abstract representation of keys.
|
|
Synopsis |
|
|
|
Documentation |
|
data Key |
Instances | |
|
|
keyToChar :: Key -> Char |
Converts a character key to a character.
|
|
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 |
|
Produced by Haddock version 0.7 |