Methods
(static) init() → {void}
Returns:
- Type:
- void
(static) keySelected(key) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
key | string |
Returns:
- Type:
- boolean
(static) onKeyEvent(key, press) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
key | string | |
press | boolean |
Returns:
- Type:
- boolean
(static) onKeyGridRendered() → {void}
Position reset button below the keyboard grid, aligned to right edge
Returns:
- Type:
- void
(static) onResetButtonReady() → {void}
Returns:
- Type:
- void
(static) positionResetButton(keyGridWidth, buttonY) → {void}
Parameters:
| Name | Type | Description |
|---|---|---|
keyGridWidth | float | |
buttonY | float |
Returns:
- Type:
- void