Title here
Summary here
ClassKind: global abstract class
Extends: Class
Singleton:
ClassThis class defines the key mapping constants. It defines all standard key names and application key handler/listener.
KeyGet key by keycode.
Kind: instance method of AbstractKeyMapping
Returns: Key - a key
| Param | Type |
|---|---|
| keyCode | string |
KeyGet key by native event.
Kind: instance method of AbstractKeyMapping
Returns: Key - a key
| Param | Type |
|---|---|
| event | Object |
Return the mapping of the keys
Kind: instance method of AbstractKeyMapping