Investigate multi-monitor issues #126
Labels
bug
Something isn't working
good first issue
Good for newcomers
infrastructure
What makes the system tick
I have noticed that when playing the game on a second monitor, clicking does not work. It would be worth looking into whether this is just a limitation of the pyxel library, or whether there's something we can do about it.
I had a cursory look at this and it seems like the
pyxel.mouse_x
value is wildly negative, like -400. Thepyxel.mouse_y
value seemed to be reasonable, though.Could we detect whether multiple monitors are in use or if the game is running on a second monitor? Could we modify the mouse x value somehow?
The text was updated successfully, but these errors were encountered: