diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/GLViewImpl.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/GLViewImpl.lua | 33 |
2 files changed, 0 insertions, 33 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/cc/GLViewImpl.lua b/meta/3rd/Cocos4.0/library/cc/GLViewImpl.lua deleted file mode 100644 index 12937390..00000000 --- a/meta/3rd/Cocos4.0/library/cc/GLViewImpl.lua +++ /dev/null @@ -1,33 +0,0 @@ ----@meta - ----@class cc.GLViewImpl :cc.GLView -local GLViewImpl={ } -cc.GLViewImpl=GLViewImpl - - - - ----* ----@param viewName string ----@param rect rect_table ----@param frameZoomFactor float ----@return self -function GLViewImpl:createWithRect (viewName,rect,frameZoomFactor) end ----* ----@param viewname string ----@return self -function GLViewImpl:create (viewname) end ----* ----@param viewName string ----@return self -function GLViewImpl:createWithFullScreen (viewName) end ----* ----@param bOpen boolean ----@return self -function GLViewImpl:setIMEKeyboardState (bOpen) end ----* ----@return boolean -function GLViewImpl:isOpenGLReady () end ----* ----@return rect_table -function GLViewImpl:getSafeAreaRect () end
\ No newline at end of file |