diff options
Diffstat (limited to 'games/antimicro/README')
-rw-r--r-- | games/antimicro/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/games/antimicro/README b/games/antimicro/README index 57406c7e63..2544b5ceed 100644 --- a/games/antimicro/README +++ b/games/antimicro/README @@ -1,10 +1,14 @@ Antimicro is a GUI application to intercept gamepad signals and -translate them to keyboard events, so that you can control games that -do not have native gamepad support. +translate them to keyboard and mouse events, so that you can use a +gamepad with games that do not have native (or poor) gamepad support. -It works for games you're playing on Linux or with WINE. +It works for games you're playing on Linux or with WINE. It works with +Steam or stand-alone games. -https://github.com/AntiMicro/antimicro +You can compile it using Qt4 or Qt5, at your option. Default is +the Slackware default: Qt4. To compile with Qt5 instead: + + # QT=5 ./antimicro.SlackBuild Profiles |