From 7bacbdf10b97040c9ed282a22485759bd082fa63 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Sun, 19 Nov 2017 21:18:26 +0100 Subject: Add virtual joystick output for macOS Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236 --- proto-iokit-foohid/lang/nl_NL.ts | 40 ++++++++++++++++++++++++++++++++++++++++ proto-iokit-foohid/lang/ru_RU.ts | 40 ++++++++++++++++++++++++++++++++++++++++ proto-iokit-foohid/lang/stub.ts | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 proto-iokit-foohid/lang/nl_NL.ts create mode 100644 proto-iokit-foohid/lang/ru_RU.ts create mode 100644 proto-iokit-foohid/lang/stub.ts (limited to 'proto-iokit-foohid/lang') diff --git a/proto-iokit-foohid/lang/nl_NL.ts b/proto-iokit-foohid/lang/nl_NL.ts new file mode 100644 index 00000000..f5861f6e --- /dev/null +++ b/proto-iokit-foohid/lang/nl_NL.ts @@ -0,0 +1,40 @@ + + + + + IOKitProtocolDialog + + + No settings available. + + + + + iokit-foohid + + + Virtual joystick + + + + + Unable to find FooHID IOService. + + + + + Unable to connect to FooHID IOService. + + + + + Failed to create virtual joystick + + + + + Failed to send values to virtual joystick + + + + diff --git a/proto-iokit-foohid/lang/ru_RU.ts b/proto-iokit-foohid/lang/ru_RU.ts new file mode 100644 index 00000000..15ab759f --- /dev/null +++ b/proto-iokit-foohid/lang/ru_RU.ts @@ -0,0 +1,40 @@ + + + + + IOKitProtocolDialog + + + No settings available. + + + + + iokit-foohid + + + Virtual joystick + + + + + Unable to find FooHID IOService. + + + + + Unable to connect to FooHID IOService. + + + + + Failed to create virtual joystick + + + + + Failed to send values to virtual joystick + + + + diff --git a/proto-iokit-foohid/lang/stub.ts b/proto-iokit-foohid/lang/stub.ts new file mode 100644 index 00000000..889ade33 --- /dev/null +++ b/proto-iokit-foohid/lang/stub.ts @@ -0,0 +1,40 @@ + + + + + IOKitProtocolDialog + + + No settings available. + + + + + iokit-foohid + + + Virtual joystick + + + + + Unable to find FooHID IOService. + + + + + Unable to connect to FooHID IOService. + + + + + Failed to create virtual joystick + + + + + Failed to send values to virtual joystick + + + + -- cgit v1.2.3