メインコンテンツへ飛ぶ
Soon, @electron packages on npm will require Node.js 22 LTS. Read more on our blog.

MouseInputEvent オブジェクト extends InputEvent

  • type string - イベントのタイプ。mouseDownmouseUpmouseEntermouseLeavecontextMenumouseWheelmouseMove になります。
  • 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.