Edit

kc3-lang/SDL/src/joystick

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2013-09-06 20:54:14
    Hash : dc9ddf1f
    Message : 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