summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.GLViewImpl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/cc.GLViewImpl.lua')
-rw-r--r--meta/3rd/Cocos4.0/cc.GLViewImpl.lua32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/cc.GLViewImpl.lua b/meta/3rd/Cocos4.0/cc.GLViewImpl.lua
new file mode 100644
index 00000000..c4a0a550
--- /dev/null
+++ b/meta/3rd/Cocos4.0/cc.GLViewImpl.lua
@@ -0,0 +1,32 @@
+
+---@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