mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Fix mouse null
This commit is contained in:
parent
885e1a24c0
commit
7257183939
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ void dispatch_proc(iohook_event * const event) {
|
|||
event->data.mouse.button, event->data.mouse.clicks);
|
||||
int abutton=event->data.mouse.button;
|
||||
int aclicks=event->data.mouse.clicks;
|
||||
int amouse;
|
||||
int amouse=0;
|
||||
if (strcmp(cevent,"mleft") == 0){
|
||||
amouse=1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue