axmol/cocos/scripting/lua-bindings/auto/api/GLView.lua

37 lines
959 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module GLView
-- @extend GLViewProtocol,Ref
2014-03-10 14:04:58 +08:00
--------------------------------
-- @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)
2014-03-10 14:04:58 +08:00
return nil