comparison src/joystick/bsd/SDL_sysjoystick.c @ 402:7efee6e36f00

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Jun 2002 19:43:04 +0000
parents bc1401311390
children 8d431937739d
comparison
equal deleted inserted replaced
401:19f9079728f9 402:7efee6e36f00
70 } status; 70 } status;
71 }; 71 };
72 72
73 static struct { 73 static struct {
74 int uhid_report; 74 int uhid_report;
75 enum hid_kind kind; 75 hid_kind_t kind;
76 const char *name; 76 const char *name;
77 } const repinfo[] = { 77 } const repinfo[] = {
78 { UHID_INPUT_REPORT, hid_input, "input" }, 78 { UHID_INPUT_REPORT, hid_input, "input" },
79 { UHID_OUTPUT_REPORT, hid_output, "output" }, 79 { UHID_OUTPUT_REPORT, hid_output, "output" },
80 { UHID_FEATURE_REPORT, hid_feature, "feature" } 80 { UHID_FEATURE_REPORT, hid_feature, "feature" }