Description (Only occurs in solomode?):
When you press LMB, the mouse position will change about 35 pixels up in y direction, without you ever moving the mouse. The mouse icon stays where you point it, but the X and Y values of the getMouse() object change.
Test it yourself at the gamelink.
Hypothesis:
I believe this bug originates from a failed attempt at compensating for the new topbar.
Also, your hypothesis makes no sense. If the origin of the UI system wasn’t taking the top bar into account then positions for everything would be off regardless and not only when you press LMB.
I believe it updates the Mouse.X and Mouse.Y when moved but also when clicked.
When moved the orgin is the left side, under the topbar.
When clicked the orgin is the top left corner (ignoring the topbar)
I believe it updates the Mouse.X and Mouse.Y when moved but also when clicked.
When moved the orgin is the left side, under the topbar.
When clicked the orgin is the top left corner (ignoring the topbar)[/quote]
Then wouldn’t the issue be consistent across all PC device? It certainly isn’t with me. Clicking had no effect on my mouse’s printed positions.
I believe it updates the Mouse.X and Mouse.Y when moved but also when clicked.
When moved the orgin is the left side, under the topbar.
When clicked the orgin is the top left corner (ignoring the topbar)[/quote]
Then wouldn’t the issue be consistent across all PC device? It certainly isn’t with me. Clicking had no effect on my mouse’s printed positions.[/quote]
I believe it updates the Mouse.X and Mouse.Y when moved but also when clicked.
When moved the orgin is the left side, under the topbar.
When clicked the orgin is the top left corner (ignoring the topbar)[/quote]
Then wouldn’t the issue be consistent across all PC device? It certainly isn’t with me. Clicking had no effect on my mouse’s printed positions.[/quote]
Im on windows 7. Idk tho, its just an hypothesis…[/quote]
Then if anybody with Win7 could confirm or deny this issue, that’d be a good start.
Uploading atm. Can you guys test in solomode?
It seems like that’s when the bug occures…[/quote]
Can confirm. This happens in solo mode. You’re actually right. It does seem like the top bar isn’t being accounted for in play solo. That’s odd. Clicking changes it so it does account for it. This is only an issue for the Y axis.