mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
update c delay default value to 0
This commit is contained in:
parent
abb0448c63
commit
1b45c63c16
@ -15,7 +15,7 @@
|
||||
#include "keycode_c.h"
|
||||
|
||||
|
||||
int keyboardDelay = 10;
|
||||
int keyboardDelay = 0;
|
||||
|
||||
struct KeyNames{
|
||||
const char* name;
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "mouse_c.h"
|
||||
|
||||
// Global delays.
|
||||
int mouseDelay = 10;
|
||||
int mouseDelay = 0;
|
||||
// int keyboardDelay = 10;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user