1
0
Fork 0
flightgear/3rdparty/joystick
Florent Rougon a5792617f7 jsWindows: throw exception instead of using an assert
Since asserts can be compiled as no-ops, throw an exception rather than
doing assert(false), in case the code passed to
joyGetDevCaps_errorString() is not one of the expected values.
2019-04-30 08:14:35 +02:00
..
CMakeLists.txt Hopefully fix FreeBSD joystick support 2018-05-21 17:17:42 +02:00
js.cxx Import PLIB JS code into FlightGear 2018-05-03 00:02:09 +01:00
js.h Import PLIB JS code into FlightGear 2018-05-03 00:02:09 +01:00
jsBSD.cxx jsSetError() takes only two arguments (unlike ulSetError()) 2018-06-12 12:10:00 +02:00
jsLinux.cxx PLIB joystick: don't nuke kernel-level deadband settings on Linux 2018-05-03 21:51:36 +02:00
jsMacOSX.cxx Import PLIB JS code into FlightGear 2018-05-03 00:02:09 +01:00
jsNone.cxx Import PLIB JS code into FlightGear 2018-05-03 00:02:09 +01:00
jsWindows.cxx jsWindows: throw exception instead of using an assert 2019-04-30 08:14:35 +02:00