Skip to content

Commit

Permalink
🕹 Fixing esc Delay
Browse files Browse the repository at this point in the history
See issue #57 for more info, thanks to @p3p3p3k4z.
  • Loading branch information
gabrielzschmitz committed Dec 22, 2024
1 parent b3b8576 commit 01849ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* Handle user input and app state */
void handleInputs(appData *app) {
// Setting delay for ESC key
ESCDELAY = 25;
set_escdelay(25);

MEVENT event;
if (app->userInput != -1 && app->userInput != app->lastInput)
Expand Down

0 comments on commit 01849ac

Please sign in to comment.