From e9b84b7e4612da198576c7b7e64e0c72674597cf Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 23 Sep 2017 16:19:05 +0200 Subject: Seems to work, mostly. Issues remaining: - Spams the reset_axes until the first actual input is received. - Timeout is still set as a compilation option instead of a runtime one. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6d59395..0566e77 100644 --- a/src/main.c +++ b/src/main.c @@ -67,7 +67,7 @@ static void convert_input { if (conf->enable_timeout) { - switch (relabsd_device_wait_next_event(dev, conf)) + switch (relabsd_input_wait_for_next_event(input, conf)) { case 1: break; -- cgit v1.2.3-70-g09d2