Is it possible to get continuous key presses?
I\'m using keyCommands: to intercept the arrows keys being pressed on an external keyboard, but I only ge
With iOS 13.4+ it is now possible. UIPress now has a UIKey member variable
Refer to this official tutorial