コード例 #1
0
        public AbstractInputMgr(ActionBarMgr actionBarMgr, SceneMgr sceneMgr)
        {
            this.actionBarMgr = actionBarMgr;
            this.sceneMgr     = sceneMgr;

            sceneMgr.AddMouseListener(this);
            sceneMgr.AddKeyListener(this);
        }