diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -5,14 +5,14 @@ DESCRIPTION libgamepad is a C library that implements game controller support. libgamepad implements not only reading input and applying force feedback, but also provides controller - information such as layout details, canoncial button names, + information such as layout details, canonical button names, button icons, button colours, and conformity to well known - controller schemes, and applies fixes such as remapping buttons - and axes, and removing non-existent ones, correct axes - information, and apply calibrations, it even lets you - implement userspace drivers (however input reading only) if - kernel drivers are missing or lacking, as long as a hidraw - input device is available. + controller schemes. It also applies fixes such as remapping + buttons and axes, removing non-existent ones, correcting + axis information, and applying calibrations. It even lets + you implement userspace drivers (however input reading only) + if kernel drivers are missing or lacking, as long as a + hidraw input device is available. Games for video gaming consoles know in advance how the game controller is supposed to look for the platform it is @@ -20,5 +20,8 @@ DESCRIPTION and can therefore not display an image of your controller, tell you the names or colours, or display icons, for which buttons to press. libgamepad aims to solve this, and make - controllers appears almost as native to PCs as to video + controllers appear almost as native to PCs as to video gaming consoles. + +SEE ALSO + None. |
