Best Answer Viliami , 02 December 2015 - 04:37 AM
I found out how to do it.
Just re-read the manual and found out about another function called GetKeyWait().
It lets you override the main menu.
You have to pass in 1 to the 3rd parameter and it will give you control of the Menu key instead of the normal system operation.
EDIT:
GetKeyWait() was was buggy when I used it (returned 0 no matter what) with the SDK so I used the Bkey_GetKeyWait() function instead:
Bkey_GetKeyWait(&keycode, &keycode2, KEYWAIT_HALTON_TIMEROFF, 0, 1, &unused);Go to the full post