robotn / gohook

GoHook, Go global keyboard and mouse listener hook
MIT License
314 stars 44 forks source link

鼠标拖动标志判断错误 #3

Closed ldseraph closed 5 years ago

ldseraph commented 5 years ago

https://github.com/robotn/gohook/blob/a7a38946710e764b00839160e13a92b09e40e96a/hook/x11/hook_c.h#L749

如下的按键mask值也大于8

define MASK_NUM_LOCK 1 << 13

define MASK_CAPS_LOCK 1 << 14

define MASK_SCROLL_LOCK 1 << 15