鼠标Mouse.reset版本:22.5.0在本页Mouse.reset() 方法 将鼠标重置为默认状态:没有按钮按下;位置在 (0,0)。 签名: class Mouse { abstract reset(): Promise<void>;} 返回值 Promise<void>