From 29353808f0391f78627c43090f1bff882d56f11e Mon Sep 17 00:00:00 2001 From: hondres Date: Tue, 26 Jan 2016 23:04:57 +0100 Subject: remove dependancy on libevdev --- platform/x11/joystick_linux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/x11/joystick_linux.h') diff --git a/platform/x11/joystick_linux.h b/platform/x11/joystick_linux.h index ee9bd0352a..7f96e3451f 100644 --- a/platform/x11/joystick_linux.h +++ b/platform/x11/joystick_linux.h @@ -61,9 +61,10 @@ private: int fd; String devpath; - struct libevdev *dev; + input_absinfo *abs_info[MAX_ABS]; Joystick(); + ~Joystick(); void reset(); }; -- cgit v1.2.3