I wrote a quick Love2D program which just takes a joystick and shows all of it's inputs in a nice graphical way, for use as a real-time input display for videos/live streams or whatever. However, the joysticks do not update when the window is not in focus. I can tell the joystick library is still pr...