跳转到主内容
Soon, @electron packages on npm will require Node.js 22 LTS. Read more on our blog.

MouseInputEvent 对象扩展自 InputEvent

  • type string-事件类型,可以是 mouseDown, mouseUp, mouseEnter, mouseLeave, contextMenu, mouseWheel or mouseMove
  • x Integer
  • y Integer
  • button string (可选) - 按钮按下,可以是 leftmiddleright
  • globalX Integer (可选)
  • globalY Integer (可选)
  • movementX Integer (可选)
  • movementY Integer (可选)
  • clickCount Integer (可选)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.