Title here
Summary here
Class
Kind: global abstract class
Extends: Class
Singleton:
Class
This class defines the key mapping constants. It defines all standard key names and application key handler/listener.
Key
Get key by keycode.
Kind: instance method of AbstractKeyMapping
Returns: Key
- a key
Param | Type |
---|---|
keyCode | string |
Key
Get 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