鼠标框架完成 窗口事件框架完成
This commit is contained in:
@@ -96,4 +96,17 @@ function sq_RegisterDestruction(a,b) {}
|
||||
function sq_CreateSprite(a,b) {}
|
||||
function sq_AddChild(a,b){}
|
||||
function sq_RemoveChild(a,b){}
|
||||
function sq_SetZOrder(a,b){}
|
||||
function sq_SetZOrder(a,b){}
|
||||
|
||||
function sq_SetPos(a,...){}
|
||||
function sq_SetScale(a,...){}
|
||||
|
||||
/**
|
||||
*
|
||||
* @function
|
||||
* @param {any} a
|
||||
* @param {any} b
|
||||
* @returns {any}
|
||||
*/
|
||||
function pow(a,b){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user