Hello.
I've run into an interesting behavior of KeyPressHandler class.
For example my OnPress handler decides to bypass the incoming key event and sets KeyPressHandler.Continue variable to true. If this happens KeyPressHandler doesn't reset its internal variable pressCounter to zero, and next time the same key event arrives the KeyPressHandler processes it as OnHold event.
Is it intended operation and user should manually reset pressCounter to zero?
Best regards,
Maxim.