码迷,mamicode.com
首页 > 其他好文 > 详细

Electron mouse events 参数解析

时间:2018-08-27 12:39:54      阅读:503      评论:0      收藏:0      [点我收藏+]

标签:img   div   ddl   win   alt   width   col   lob   ima   

1、https://electronjs.org/docs/api/web-contents

2、通常用:

   monitorEvents(document.body, ‘mouse‘)  检测正常的值:

  技术分享图片

 

For mouse events, the event object also have following properties:

x Integer (required)  // left值

y Integer (required)  // top值

button String - The button pressed, can be left, middle, right.

globalX Integer   //对应一处的width

globalY Integer   //对应一处的height

movementX Integer

movementY Integer

clickCount Integer

 

Electron mouse events 参数解析

标签:img   div   ddl   win   alt   width   col   lob   ima   

原文地址:https://www.cnblogs.com/cbugs/p/9541325.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!