| version 1.1 | version 1.2 | |||
|---|---|---|---|---|
|
| |||
| typedef struct joystick_button { | typedef struct joystick_button { | |||
| ubyte state; | ubyte state; | |||
| ubyte last_state; | ubyte last_state; | |||
| int timedown; | //changed 6/24/1999 to finally squish the timedown bug - Owen Evans | |||
| fix timedown; | ||||
| //end changed - OE | ||||
| ubyte downcount; | ubyte downcount; | |||
| int num; | int num; | |||
| int joydev; | int joydev; |
| Legend: | |
| line(s) removed in v.1.1 | |
| line(s) changed | |
| line(s) added in v.1.2 | |