logitech-craft-plugin
logitech-craft-plugin copied to clipboard
Add a long touch event
If we want to determine the difference between touching the crown just to trigger an action vs touching it to perform a rotation, we would have to modify the plugin slightly.
Thus, this PR adds a longTouch
event, which fires if you touch and hold the crown for 1 second (and thus if you quickly release or turn the crown then it won't trigger the longTouch
event).