Home | History | Annotate | Download | only in os2

Lines Matching refs:hats

45 #define MAX_HATS	0			/* 0 hats - OS/2 doesn't support it */
62 char hats; // Number of buttons
91 unsigned int hats;
204 /* Define number of hats */
205 if (joycfg.hats > MAX_HATS) joycfg.hats = MAX_HATS;
206 SYS_JoyData[0].hats = joycfg.hats;
235 SYS_JoyData[0].hats = 0;
253 SYS_JoyData[1].hats = 0;
272 SYS_JoyData[0].hats = 0;
288 SYS_JoyData[0].hats = 0;
367 /* joystick->nhats = SYS_JoyData[index].hats; */
368 joystick->nhats = 0; /* No support for hats at this time */
626 /* Now get the number of hats */
629 joydata->hats = atoi(tempnumber);