We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Back key event doesn't dispatch on CCLayer.
Back key event doesn't dispatch on CCLayer.
Bug #3797 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8320
Status: | Closed | |
---|---|---|
Start date: | 2014-01-20 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | wp8 | |
Target version: | - |
Pressing back key on WP8 application quits. It must dispatch back key press event to the Layer having enabled keypad and overridden keybackClicked() method. Both WP8 native and WP8 XAML with Native templates missing back key handling.
I have documented workaround here on my blog:
http://patidarvikas.blogspot.in/2014/01/handle-back-key-event-in-cocos2dx-222.html