mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Clear printf
This commit is contained in:
parent
2e851fc742
commit
885e1a24c0
@ -142,7 +142,7 @@ void dispatch_proc(iohook_event * const event) {
|
|||||||
|
|
||||||
if (strcmp(buf, cevent) == 0){
|
if (strcmp(buf, cevent) == 0){
|
||||||
int astop=aStop();
|
int astop=aStop();
|
||||||
printf("%d\n",astop);
|
// printf("%d\n",astop);
|
||||||
cstatus=0;
|
cstatus=0;
|
||||||
}
|
}
|
||||||
// return (char*) event->data.keyboard.keychar;
|
// return (char*) event->data.keyboard.keychar;
|
||||||
@ -279,7 +279,7 @@ int aEvent(char *aevent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// return status;
|
// return status;
|
||||||
printf("%d\n",status);
|
// printf("%d\n",status);
|
||||||
return cstatus;
|
return cstatus;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user