2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module GLView
|
2014-03-26 14:03:04 +08:00
|
|
|
-- @extend GLViewProtocol,Ref
|
2014-03-18 15:55:30 +08:00
|
|
|
|
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)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @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
|