mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
update c delay default value to 0
This commit is contained in:
parent
abb0448c63
commit
1b45c63c16
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue