mirror of https://github.com/axmolengine/axmol.git
37 lines
959 B
Lua
37 lines
959 B
Lua
|
|
--------------------------------
|
|
-- @module GLView
|
|
-- @extend GLViewProtocol,Ref
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GLView] createWithRect
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @param #rect_table rect
|
|
-- @param #float float
|
|
-- @return GLView#GLView ret (return value: cc.GLView)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GLView] create
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @return GLView#GLView ret (return value: cc.GLView)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GLView] createWithFullScreen
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @return GLView#GLView ret (return value: cc.GLView)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GLView] setIMEKeyboardState
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GLView] isOpenGLReady
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
return nil
|