[V2.x OGE tutorial 19] Engine status control

Source: Internet
Author: User


1. Mobile button monitoring

OGE provides the onkeyup and onkeydown methods defined in basegamelauncher (the parent class of gamelauncher) and iscene (the interface implemented by scene) so that developers can listen to mobile buttons, ogekeyevent provides a variety of Button tags that can be used to determine the button tags generated by keycode. Return Boolean indicates whether the event has been processed. If it is false, it indicates that the event has not been processed and is passed to another onkeydown. (Refer to Android event handling mechanism)

@ Override

Public Boolean onkeydown (INT keycode ){

If (keycode = ogekeyevent. keycode_back ){

// End the game

Getengine (). finishgame ();

Return true;

}

Return super. onkeydown (keycode );

}

 

2. game suspension and Restoration

The current version has encapsulated onresumegame and onpausegame. When basegamelauncher is executed in the lifecycle, the engine is automatically started or stopped. Therefore, in onresumegame and onpausegame, you only need to pause the playing of music and sound, and then switch to the android desktop and re-enter the game.

 

 

 

 

[V2.x OGE tutorial 19] Engine status control

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.