I am developing a FullCanvas game.
I would like it respond to SoftKey_1 press by showing menu very similar to normal Canvas menu (like you can see in Snake Ex game).
I came to an idea of switching to a normal Canvas, painting it like main FullCanvas and then showing menu.
However, user have already pressed SK_1 before screens switching. I don't want him to press it one more time to actually show the menu. Is there a way to request showing menu from a program?

Reply With Quote


