This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Typing missing for onKeyDown() #690
Closed
Nassim-Saboundji
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The following typing is missing from kaboom.d.ts despite the fact that you can use the function in the way described.
onKeyDown(action: (key: Key) => void): EventControllerAll reactions