Hello there,
I'm wondering what's the best practice for using the button for dual purpose?
To be more specific I would like program the Lap/ Back Button to perform this operation:
Lap Button => Reset the Timer
Back Button => Exist the application
I can come up a solution by using the onKeyPressed() & on KeyReleased() callbacks but I'm little surprise that SDK doesn't already have this functionality in it.
The ideal solution I would like to have is simply have the needed process in the onKey() callback for the the Key_LAP & KEY_ESC.
Also, where in the documentation I can find when the following key events are fired: KEY_ESC, KEY_RESET, KEY_LAP?
Thanks
Shawn