LogoArcartX Doc
ArcartX工具集目录

Mouse:鼠标

Mouse鼠标工具集

人类根本就是不平等的,况且,他们也不应该是平等的。

Mouse.wheel()

  • 获取鼠标滚轮滚动值
  • 参数:无
  • 返回值:双精度浮点数类型
  • 调用示例
Mouse.wheel()

Mouse.x()

  • 获取鼠标X坐标
  • 参数:无
  • 返回值:双精度浮点数类型
  • 调用示例
Mouse.x()

Mouse.y()

  • 获取鼠标Y坐标
  • 参数:无
  • 返回值:双精度浮点数类型
  • 调用示例
Mouse.y()

Mouse.getEventButton()

  • 获取鼠标当前按下的按键
  • 参数:无
  • 返回值:整数类型
  • 调用示例
Mouse.getEventButton()

On this page