ContentsIndex
Graphics.UI.ObjectIO.StdKey
Portabilityportable
Stabilityprovisional
Maintainerka2_mail@yahoo.com
Description
StdKey defines the special keys for the Object I/O library. Keyboard event handlers receive KeyboardState as a parameter. When the special key (like F1, F2, PgUp, PgDn and other) is pressed, then the KeyboardState contains a value of SpecialKey type. Here is a list of all predefined values.
Documentation
data SpecialKey
show/hide Instances
backSpaceKey :: SpecialKey
beginKey :: SpecialKey
clearKey :: SpecialKey
deleteKey :: SpecialKey
downKey :: SpecialKey
endKey :: SpecialKey
enterKey :: SpecialKey
escapeKey :: SpecialKey
f1Key :: SpecialKey
f2Key :: SpecialKey
f3Key :: SpecialKey
f4Key :: SpecialKey
f5Key :: SpecialKey
f6Key :: SpecialKey
f7Key :: SpecialKey
f8Key :: SpecialKey
f9Key :: SpecialKey
f10Key :: SpecialKey
f11Key :: SpecialKey
f12Key :: SpecialKey
f13Key :: SpecialKey
f14Key :: SpecialKey
f15Key :: SpecialKey
helpKey :: SpecialKey
leftKey :: SpecialKey
pgDownKey :: SpecialKey
pgUpKey :: SpecialKey
rightKey :: SpecialKey
upKey :: SpecialKey
Produced by Haddock version 0.7