diff options
author | Nathanaƫl Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-01 09:39:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 09:39:09 +0200 |
commit | 47bd3cc1b98bfbf88c35257ca1539bc147146733 (patch) | |
tree | 8671a6ffb5da126053f24147813dba4db3d2c13f | |
parent | f26a0728796ad318ec7314dc3774ab6384b075e3 (diff) | |
download | relabsd-47bd3cc1b98bfbf88c35257ca1539bc147146733.zip relabsd-47bd3cc1b98bfbf88c35257ca1539bc147146733.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ # relabsd Turns your input devices into joysticks by converting relative axes into absolute ones. + Additionally, some options let you create a modified copy of your relative device. ## Use cases * Use a relative input device as a joystick. * Bypass an issue causing your device to report its axis are relative when they are absolutes (see [the wiki page on 3DConnexion devices](https://github.com/nsensfel/relabsd/wiki/3Dconnexion-devices) for example), this can be required by some librairies (such as Simple DirectMedial Layer - SDL) for your device to be recognized. +* Change what controls which axis (still has to be on the same input device). +* Invert an axis. ## Dependencies * CMake (>= 3.0) @@ -57,6 +60,6 @@ GameController: # Troubleshooting ## I can't find my (real) input device. -Your input device should be listed in /dev/input. +Your input device should be listed in /dev/input. You can use commands such as `relabsd -? /dev/input/event8` to obtain information on the devices found there. If you are using a 3DConnexion device and not finding it in /dev/input, read [this wiki page](https://github.com/nsensfel/relabsd/wiki/3DConnexion-devices). |