Fixed polling values after SYN_DROPPED event
parent
9ee0e8886c
commit
0ccb3afd37
|
@ -1145,7 +1145,7 @@ PollAllValues(SDL_Joystick *joystick)
|
|||
i = ABS_HAT3Y;
|
||||
continue;
|
||||
}
|
||||
if (joystick->hwdata->abs_correct[i].used) {
|
||||
if (joystick->hwdata->has_abs[i]) {
|
||||
if (ioctl(joystick->hwdata->fd, EVIOCGABS(i), &absinfo) >= 0) {
|
||||
absinfo.value = AxisCorrect(joystick, i, absinfo.value);
|
||||
|
||||
|
|
Loading…
Reference in New Issue