TapHoldManager
TapHoldManager copied to clipboard
Add Callback on key down
I needed a solution for firing the callback on keydown.
Fixes #2
This sets isHold=0, and State=1, so there is no conflict with existing code. Tested successfully using example code, and my own gaming script.