* Gets an array of currently held key names. * * @returns Array of key names currently being pressed
()
| 195 | * @returns Array of key names currently being pressed |
| 196 | */ |
| 197 | getHeldKeys(): Array<string> { |
| 198 | return this.store.state.heldKeys |
| 199 | } |
| 200 | |
| 201 | /** |
| 202 | * Checks if a specific key is currently being held. |
no outgoing calls
no test coverage detected