-------------------------------- -- @module GLView -------------------------------- -- @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) return nil