about summary refs log tree commit diff
path: root/pkgs/list-gamecontrollers/list-gc.c
Commit message (Collapse)AuthorAgeFilesLines
* pkgs: Add a small utility to dump joystick GUIDsaszlig2016-01-261-0/+31
SDL 2 has an environment variable called SDL_GAMECONTROLLERCONFIG, which lists button/axis mappings of various game controllers attached to the system. The game controllers are themselves identified using a GUID which is SDL 2 specific and this tool is there to just dump the name of a particular game controller along with the GUID so it's easier to get the GUID. Signed-off-by: aszlig <aszlig@redmoonstudios.org>