cocos-js 키보드 이벤트, 사용자 정의 이벤트 /** * Created by cena on 2017/4/4. */ var MyLayer=cc.Layer.extend({ _topDisplayLabel:null, _item1Count:null, ctor:function() { this._super(); var size=cc.winSize; var button =new ccui.Button(); button.attr({ x:size.width... cocos-js
키보드 이벤트, 사용자 정의 이벤트 /** * Created by cena on 2017/4/4. */ var MyLayer=cc.Layer.extend({ _topDisplayLabel:null, _item1Count:null, ctor:function() { this._super(); var size=cc.winSize; var button =new ccui.Button(); button.attr({ x:size.width... cocos-js