I fixed it using the code in this issue!
https://bitbucket.org/rude/love/issues/ ... ndow-focus
Search found 2 matches
- Wed Jun 27, 2018 4:18 am
- Forum: General
- Topic: Is it possible to make Joystick inputs be registered when the window is not in focus?
- Replies: 1
- Views: 2069
- Fri Jun 22, 2018 11:24 pm
- Forum: General
- Topic: Is it possible to make Joystick inputs be registered when the window is not in focus?
- Replies: 1
- Views: 2069
Is it possible to make Joystick inputs be registered when the window is not in focus?
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...