码迷,mamicode.com
首页 > 其他好文 > 详细

esc 退出程序

时间:2021-03-30 13:02:20      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:stage   sha   ica   highlight   add   fun   hand   cti   arp   

air

stage.addEventListener(FullScreenEvent.FULL_SCREEN,screenHandle);
function screenHandle(e:FullScreenEvent):void
{
     if(!e.fullScreen)
    {
        NativeApplication.nativeApplication.exit();
    }
}

  as3

stage.addEventListener(FullScreenEvent.FULL_SCREEN,screenHandle);
function screenHandle(e:FullScreenEvent):void
{
     if(!e.fullScreen)
    {
        NativeApplication.nativeApplication.exit();
    }
}

  

esc 退出程序

标签:stage   sha   ica   highlight   add   fun   hand   cti   arp   

原文地址:https://www.cnblogs.com/dt1991/p/14589140.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!