A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
K — Constant Static Property, class cc.cote.feathers.softkeyboard.keycollections.AllLatinKeyVariants |
| Latin letter K variants |
Key — class, package cc.cote.feathers.softkeyboard |
|
The Key class creates individual soft-keyboard keys to use in keyboard
Layouts and key collections. |
Key(charCode:int, variants:Vector$cc.cote.feathers.softkeyboard:Key, type:String, label:String, relativeWidth:Number, relativeHeight:Number, switchToLayoutClass:Class) — Constructor, class cc.cote.feathers.softkeyboard.Key |
|
Creates a new instance of the Key object. |
KEY_DOWN — Constant Static Property, class cc.cote.feathers.softkeyboard.KeyEvent |
|
The KEY_DOWN constant defines the value of the type property of
a keyDown event object. |
KeyEvent — class, package cc.cote.feathers.softkeyboard |
|
A KeyEvent object is dispatched in response to a user pressing or releasing one
of the keys on a SoftKeyboard object. |
KeyEvent(type:String, charCode:uint, char:String, data:Object) — Constructor, class cc.cote.feathers.softkeyboard.KeyEvent |
|
Creates a new SoftKeyboardEvent object. |
KeyRow — class, package cc.cote.feathers.softkeyboard |
|
The KeyRow class contains all the keys in a single keyboard row. |
KeyRow(keys:Vector$cc.cote.feathers.softkeyboard:Key, gap:Number) — Constructor, class cc.cote.feathers.softkeyboard.KeyRow |
|
Creates a new KeyRow object. |
keys — Property, class cc.cote.feathers.softkeyboard.KeyRow |
| A vector of all Key objects in the KeyRow. |
KEY_UP — Constant Static Property, class cc.cote.feathers.softkeyboard.KeyEvent |
|
The KEY_UP constant defines the value of the type property of a
keyUp event object. |
keyVariantsDelay — Property, class cc.cote.feathers.softkeyboard.Key |
|
The number of milliseconds to wait after a key has been pressed before displaying the
variants (if any are available). |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |