Fixed xinput events

This commit is contained in:
Denis 2023-12-13 15:59:32 +01:00
parent 9774abdebf
commit f3da25e9ab
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -89,4 +89,6 @@ int xbox360_ev_map(const evdev_collected_t *const coll, in_message_t *const mess
messages[written_msg++] = current_message;
}
}
return written_msg;
}