From a6467e17c7bd7be398c2f096190f7aaee9ffe76b Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 5 Oct 2012 00:12:11 +0100 Subject: [PATCH] Decreased non blocking input delay --- src/input_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_win.c b/src/input_win.c index be030f29..308d4046 100644 --- a/src/input_win.c +++ b/src/input_win.c @@ -110,7 +110,7 @@ inp_clear(void) void inp_non_block(void) { - wtimeout(inp_win, 500); + wtimeout(inp_win, 20); } void