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