summaryrefslogtreecommitdiff
path: root/platform/x11/joystick_linux.cpp
AgeCommit message (Expand)Author
2016-07-21Code cleanup in platform/x11Mario Schlack
2016-07-07Removed unused variables (first pass)RĂ©mi Verschelde
2016-06-20Remove the vibration effect from the joystick when stoppingWilhem Barbier
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-04-03memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC
2016-03-09fix possible crash in platform/x11/joystick_linux.cppHubert Jarosz
2016-02-15include libudev only on udev buildshondres
2016-02-14x11: make dependancy on libudev optionalhondres
2016-02-07x11: more verbose checking for joystick capabilitieshondres
2016-02-02x11: fix non-gamepad devices being detected as joystickshondres
2016-02-01close file descriptor if ioctls failedhondres
2016-01-26remove dependancy on libevdevhondres
2016-01-03send axis events only once per frame on linuxhondres
2016-01-02make num_buttons local, no need to keep in joystick structhondres
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-21Check pkg-config for libudev and enable gamepad code only if found. Linux onl...hondres
2015-12-21-fixed build system to use pkg-config for evdevJuan Linietsky
2015-12-18Use tabs instead of spaces for new gamepad codehondres
2015-12-18Better gamepad supporthondres