struct VG_GCList
Structure for getting a list of gamecontrollers.
ELEMENTS
| int max | Number of found gamecontrollers |
| struct gc[VG_MAX_GCS] | Values for each found gamecontroller |
| - int id | ID of the gamecontroller |
| - const char *name | Name of the gamecontroller |
SEE ALSO