Handling "long press" on buttons (Fenix 3)

Former Member
Former Member
Hi

I'm trying to use onKeyPressed and onKeyReleased in my class MyAppDelegate extends Ui.BehaviorDelegate

It works perfectly when I hold the button for a short time but if I keep in pressed for about 1 second : START/STOP starts a chronograph and other buttons are other shortcus.

How can I disable this behaviour and be able to handle the full keyPressed / keyReleased events ?

Thanks