as中禁用ESC键
程序员文章站
2022-05-12 20:13:52
as中禁用ESC键... 13-07-02...
as中禁用esc键
复制代码代码如下:fscommand ("trapallkeys", "true");
btn.addeventlistener(mouseevent.click,_full)
function _full(e:mouseevent):void{
stage.displaystate="fullscreen";
trace("testit")
}
</pre>