Search code examples
java-menokia

Event called on pressing menu button in nokia touch device


I made a J2ME application(2D game) for nokia touch device like C7, N8 etc. When I press the menu button while the gameplay is on, I reach the home screen on the device, but in the background, the game music still plays. Can anyone tell me which event is called on pressing the menu button, and any possible solution to this problem?


Solution

  • Canvas.hideNotify() is called when the midlet goes to background see this article as well