aboutsummaryrefslogtreecommitdiffstats
path: root/libgamepad.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let name, unique_id, and physical_location be empty if unavailableMattias Andrée2023-07-121-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor improvementsMattias Andrée2022-07-301-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove dependency on libevdev (mostly complete) + minor fixesMattias Andrée2022-07-281-32/+148
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add inline functions for testing supportMattias Andrée2022-07-271-0/+58
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add controller fingerprint + relay less on libevdevMattias Andrée2022-07-271-16/+145
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve documentation and add LIBGAMEPAD_CONTROLLER_LINUX_4_12_RECTIFIED_3BTNMattias Andrée2022-07-271-21/+106
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Correct info about Sixaxis and add the Linux standard and a 6-button extension of itMattias Andrée2022-07-271-4/+58
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Hide implementation detailsMattias Andrée2022-07-261-16/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not relay on libevdev for button/axis names, an prepare for device specific names, and add reverse lookup functionsMattias Andrée2022-07-261-33/+54
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update information about SixaxisMattias Andrée2022-07-261-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors in last commitMattias Andrée2022-07-261-16/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add list of controller profilesMattias Andrée2022-07-261-0/+1051
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for audio devicesMattias Andrée2022-07-251-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2022-07-251-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add force feedback supportMattias Andrée2022-07-251-49/+493
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2022-07-231-0/+566
Signed-off-by: Mattias Andrée <maandree@kth.se>