From bd7ce1df885dba290111cc9317adf951a90519c1 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Fri, 19 Jun 2020 21:04:22 +0200 Subject: Add Linux Joystick Support Add support for Linux joystick devices, this allows things like the EDTracker to work, and possibly other devices. --- tracker-linux-joystick/lang/stub.ts | 86 +++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 tracker-linux-joystick/lang/stub.ts (limited to 'tracker-linux-joystick/lang/stub.ts') diff --git a/tracker-linux-joystick/lang/stub.ts b/tracker-linux-joystick/lang/stub.ts new file mode 100644 index 00000000..12dc1400 --- /dev/null +++ b/tracker-linux-joystick/lang/stub.ts @@ -0,0 +1,86 @@ + + + + + UILinuxJoystickControls + + Tracker settings + + + + Device + + + + Mapping + + + + Disabled + + + + Joystick axis #1 + + + + Joystick axis #2 + + + + Joystick axis #3 + + + + Joystick axis #4 + + + + Joystick axis #5 + + + + Joystick axis #6 + + + + Joystick axis #7 + + + + Joystick axis #8 + + + + X + + + + Y + + + + Z + + + + Yaw + + + + Pitch + + + + Roll + + + + + joystickDll + + Linux Joystick input + + + + -- cgit v1.2.3