Android back button does not work

后端 未结 5 1130
星月不相逢
星月不相逢 2021-02-06 14:56

I am using cocos2dx to make a small game and in the activity of my game i give the following functions to handle back button.

@Override
 public boolean onKeyDown         


        
5条回答
  •  鱼传尺愫
    2021-02-06 15:32

    To handle back button pressing you need to redefine onBackPressed() method of your activity, not this two methods.

提交回复
热议问题