AppDelegate::applicationDidFinishLaunching()函數里
把
glview = GLViewImpl::createWithRect("NAME", Rect(0, 0, designResolutionSize.width, designResolutionSize.height));
改成
glview = GLViewImpl::createWithFullScreen("NAME");
就可以全屏
訂閱:
意見 (Atom)
cocos2dx-lua 建立滑鼠監聽
重要關鍵字 EVENT_MOUSE_SCROLL addEventListenerWithSceneGraphPriority if IsPc() then --建立滑鼠監聽 local listener = cc.EventListenerMouse...
-
https://changeyu.wordpress.com/2015/03/25/%E4%BD%A0%E7%9A%84macbook-air%E7%B8%BD%E6%98%AF%E7%A9%BA%E9%96%93%E4%B8%8D%E5%A4%A0%E5%97%8E%EF%BC...
-
http://kirkhsutw.blogspot.tw/2015/05/ios-ad-hoc.html [iOS] 第一次 Ad Hoc 就上手 之前都沒想過要用這個 Ad Hoc,這一次是因為用到了Dropbox API,在Submit被re...
-
答案:直接回傳 std :: vector < MyObj > myFunction (); C++: What is the best method to return a vector of objects from a function...