Package | cc.cote.feathers.softkeyboard.layouts |
Class | public class AzertySwitch |
Inheritance | AzertySwitch ![]() ![]() |
AzertySwitch
class defines a basic azerty-based keyboard layout that
includes a SWITCH_LAYOUT
key.
Method | Defined By | ||
---|---|---|---|
AzertySwitch(switchKeyClass:Class)
Creates a new AzertySwitch object. | AzertySwitch |
Constant | Defined By | ||
---|---|---|---|
SWITCH_KEY_LABEL : String = ABC [static] The label to use on SWITCH_LAYOUT keys pointing to this layout. | AzertySwitch |
AzertySwitch | () | Constructor |
public function AzertySwitch(switchKeyClass:Class)
Creates a new AzertySwitch object.
ParametersswitchKeyClass: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.