()
| 55 | }; |
| 56 | /** Get the current scope */ |
| 57 | const getScope: GetScope = () => { |
| 58 | return _scope || 'all'; |
| 59 | }; |
| 60 | /** Get the key codes of the currently pressed keys */ |
| 61 | const getPressedKeyCodes: GetPressedKeyCodes = () => { |
| 62 | return _downKeys.slice(0); |
no outgoing calls
no test coverage detected
searching dependent graphs…