From 8c14e61214bd299ddd73689fe9e4d480fa5ce223 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 25 Apr 2023 15:16:08 +0200 Subject: [PATCH] Update raygui.h --- src/raygui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 955641d..bf69bfc 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -2120,7 +2120,7 @@ bool GuiDropdownBox(Rectangle bounds, const char *text, int *active, bool editMo bool GuiTextBox(Rectangle bounds, char *text, int bufferSize, bool editMode) { #define AUTO_CURSOR_COOLDOWN 40 // Frames to wait for autocursor movement - #define AUTO_CURSOR_DELAY 3 // Frames delay for autocursor movement + #define AUTO_CURSOR_DELAY 1 // Frames delay for autocursor movement GuiState state = guiState; bool pressed = false;