Commit dc9ddf1f61c2a80b90deffc6f3b1a5639b901fcb

Sam Lantinga 2013-09-06T20:54:14

Fixed bug 2090 - Some joystick inputs are delayed on FreeBSD kikuchan Some joysticks with high sampling rate need to be read() more fast, otherwise it delay user inputs due to internal queue. Especially, an app that issues SDL_PollEvent() not so frequent