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  
C — Constant Static Property, class cc.cote.feathers.softkeyboard.keycollections.AllLatinKeyVariants
Latin letter C variants
C — Constant Static Property, class cc.cote.feathers.softkeyboard.keycollections.FrenchKeyVariants
Latin letter C variants useful in a French context
capsLock — Property, class cc.cote.feathers.softkeyboard.SoftKeyboard
Indicates whether the caps lock key is currently activated (true) or not (false).
capsLock — Property, class cc.cote.feathers.softkeyboard.layouts.Layout
Indicates whether the caps lock key is initially engaged (true) or not (false)
CAPS_LOCK — Constant Static Property, class cc.cote.feathers.softkeyboard.CharCode
Constant associated with the character code value for the CAPS_LOCK key.
cc.cote.feathers.softkeyboard — package
This is the main package of the SoftKeyboard component.
cc.cote.feathers.softkeyboard.keycollections — package
This sub-package contains enumeration classes that define key variants collections to be used in keyboard layouts.
cc.cote.feathers.softkeyboard.KeyEvent.keyDown — Event, class cc.cote.feathers.softkeyboard.Key
Dispatched when a key is pressed down.
cc.cote.feathers.softkeyboard.KeyEvent.keyDown — Event, class cc.cote.feathers.softkeyboard.SoftKeyboard
Dispatched when an on-screen key is pressed.
cc.cote.feathers.softkeyboard.KeyEvent.keyUp — Event, class cc.cote.feathers.softkeyboard.Key
Dispatched when a the key is released.
cc.cote.feathers.softkeyboard.KeyEvent.keyUp — Event, class cc.cote.feathers.softkeyboard.SoftKeyboard
Dispatched when an on-screen key is released.
cc.cote.feathers.softkeyboard.KeyEvent.showVariants — Event, class cc.cote.feathers.softkeyboard.Key
Dispatched when the variants for a key should be displayed.
cc.cote.feathers.softkeyboard.layouts — package
This sub-package contains various keyboard layouts that can be used to create a SoftKeyboard object.
changeCase(keyCase:String) — method, class cc.cote.feathers.softkeyboard.Key
Changes the case of the character, label and variants of the key.
changeState(state:String) — method, class cc.cote.feathers.softkeyboard.Key
Changes the key's current state (which in turn will likely change its skin).
char — Property, class cc.cote.feathers.softkeyboard.KeyEvent
The actual printable character associated to the key that triggered the event.
character — Property, class cc.cote.feathers.softkeyboard.Key
The single character associated to the key.
CHARACTER_KEY — Constant Static Property, class cc.cote.feathers.softkeyboard.Key
An identifier for regular alphanumeric character keys.
charCode — Property, class cc.cote.feathers.softkeyboard.Key
The character code of the key.
charCode — Property, class cc.cote.feathers.softkeyboard.KeyEvent
The code of the character associated to the key that triggered the event.
CharCode — class, package cc.cote.feathers.softkeyboard
The CharCode class is an enumeration class containing constants associated to common characters or keys.
CIRCUMFLEX_ACCENT — Constant Static Property, class cc.cote.feathers.softkeyboard.CharCode
Constant associated with the character code value for the ^ character.
COLON — Constant Static Property, class cc.cote.feathers.softkeyboard.CharCode
Constant associated with the character code value for the : character.
COLON — Constant Static Property, class cc.cote.feathers.softkeyboard.keycollections.SymbolKeyVariants
Variants of the colon character
COMMA — Constant Static Property, class cc.cote.feathers.softkeyboard.CharCode
Constant associated with the character code value for the , character.
CONTROL — Constant Static Property, class cc.cote.feathers.softkeyboard.CharCode
Constant associated with the character code value for the CONTROL key.
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