2014-08-01 15:53:19 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module GLViewImpl
|
|
|
|
-- @extend GLView
|
|
|
|
-- @parent_module cc
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @function [parent=#GLViewImpl] createWithRect
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #string viewName
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @param #rect_table rect
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float frameZoomFactor
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @return GLViewImpl#GLViewImpl ret (return value: cc.GLViewImpl)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @function [parent=#GLViewImpl] create
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #string viewname
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @return GLViewImpl#GLViewImpl ret (return value: cc.GLViewImpl)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @function [parent=#GLViewImpl] createWithFullScreen
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #string viewName
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @return GLViewImpl#GLViewImpl ret (return value: cc.GLViewImpl)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @function [parent=#GLViewImpl] setIMEKeyboardState
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #bool bOpen
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return GLViewImpl#GLViewImpl self (return value: cc.GLViewImpl)
|
2014-08-01 15:53:19 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-08-01 15:53:19 +08:00
|
|
|
-- @function [parent=#GLViewImpl] isOpenGLReady
|
|
|
|
-- @param self
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
return nil
|