鼠标框架完成 窗口事件框架完成

This commit is contained in:
2025-10-21 19:21:20 +08:00
parent 2686136f72
commit b16e8d7820
11 changed files with 378 additions and 66 deletions

View File

@@ -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){}