src/utils/keyUtils.ts
Keyboard utilities.
Methods |
|
Static getKeyData | ||||||
getKeyData(event: any)
|
||||||
Returns the keyData from the event. This is a combination of the pressed keys made with the Keys enum.
Parameters :
Returns :
Keys
{Keys} |