aboutsummaryrefslogtreecommitdiffstats
path: root/libgamepad_get_relative_axis_by_name.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-28Remove dependency on libevdev (mostly complete) + minor fixesMattias Andrée16-129/+502
2022-07-27Minor code improvementMattias Andrée3-21/+15
2022-07-27Add support for prefix-prefixed numerical values for reverse name-lookup (for future internal use)Mattias Andrée3-0/+21
2022-07-27Add inline functions for testing supportMattias Andrée6-0/+82
2022-07-27m + add controller fingerprint + relay less on libevdevMattias Andrée9-83/+412
2022-07-27names.sh: improve readabilityMattias Andrée1-5/+26
2022-07-27Fix button and axis namesMattias Andrée4-16/+26
2022-07-27Improve documentation and add LIBGAMEPAD_CONTROLLER_LINUX_4_12_RECTIFIED_3BTNMattias Andrée2-21/+107
2022-07-27Correct info about Sixaxis and add the Linux standard and a 6-button extension of itMattias Andrée1-4/+58
2022-07-26Hide implementation detailsMattias Andrée8-52/+51
2022-07-26Do not relay on libevdev for button/axis names, an prepare for device specific names, and add reverse lookup functionsMattias Andrée21-52/+331
2022-07-26Update information about SixaxisMattias Andrée1-9/+9
2022-07-26Fix errors in last commitMattias Andrée1-16/+16
2022-07-26Add list of controller profilesMattias Andrée2-1/+1053
2022-07-25Add support for audio devicesMattias Andrée6-2/+113
2022-07-25libgamepad_open_superdevice.c: do not change errno on successMattias Andrée1-1/+2
2022-07-25mMattias Andrée4-16/+24
2022-07-25m + add force feedback supportMattias Andrée32-61/+671
2022-07-24Add test-visualMattias Andrée2-1/+176