mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 15:13:55 +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"
|
#include "keycode_c.h"
|
||||||
|
|
||||||
|
|
||||||
int keyboardDelay = 10;
|
int keyboardDelay = 0;
|
||||||
|
|
||||||
struct KeyNames{
|
struct KeyNames{
|
||||||
const char* name;
|
const char* name;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include "mouse_c.h"
|
#include "mouse_c.h"
|
||||||
|
|
||||||
// Global delays.
|
// Global delays.
|
||||||
int mouseDelay = 10;
|
int mouseDelay = 0;
|
||||||
// int keyboardDelay = 10;
|
// int keyboardDelay = 10;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user