Package | cc.cote.feathers.softkeyboard.layouts |
Class | public class QwertySwitch |
Inheritance | QwertySwitch ![]() ![]() |
QwertySwitch
class defines a basic qwerty-inspired keyboard layout. It also
provides a SWITCH_LAYOUT
key.
Method | Defined By | ||
---|---|---|---|
QwertySwitch(switchKeyClass:Class)
Creates a new QwertySwitch object. | QwertySwitch |
Constant | Defined By | ||
---|---|---|---|
SWITCH_KEY_LABEL : String = ABC [static] The label to use on SWITCH_LAYOUT keys pointing to this layout. | QwertySwitch |
QwertySwitch | () | Constructor |
public function QwertySwitch(switchKeyClass:Class)
Creates a new QwertySwitch
object.
switchKeyClass:Class — The class to instantiate when the SWITCH_LAYOUT key is
pressed.
|
SWITCH_KEY_LABEL | Constant |
public static const SWITCH_KEY_LABEL:String = ABC
The label to use on SWITCH_LAYOUT
keys pointing to this layout.