--- 设置悬浮窗位置(扩展版本)
---@param x number 水平方向位置(取值范围(0-1.0) 表示占用的长宽比)
---@param y number 垂直方向位置(取值范围(0-1.0) 表示占用的长宽比)
function setControlBarPosNew(x,y)
end
--- 设置悬浮窗位置
---@param pos number 水平方向位置(取值范围(0-1.0) 表示占用的长宽比)
---@param flag integer 整数类型暂时未用但必须填写
function setControlBarPos(pos,flag)
end