You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the problem: wrong viewport dimensions used when calculating relative mouse position to query for overlay element. Broken in #3184 as I suspected. Before that, we queried both mouse position and viewport dimensions directly from OIS. I had to change that because of OIS bug, and now the dimension values are not updated correctly
I'll try to make a future-proof solution with #2983 in mind.
EDIT: I ended up doing a minimum viable solution :)
ohlidalp
added a commit
to ohlidalp/rigs-of-rods
that referenced
this issue
Jan 29, 2025
_problem: _
wrong viewport dimensions used when calculating relative mouse position to query for overlay element.
Broken in RigsOfRods#3184. Before that, we queried both mouse position and viewport dimensions directly from OIS.
I had to change that because of OIS bug, and now the dimension values are not updated correctly.
_solution:_
Minimum viable fix - just keep the same dummy OIS event, just update the viewport dimensions.
The mouse is no longer able to interact with the airplane dashboard. This has been an issue for a few months now, unsure of the offending commit.
The text was updated successfully, but these errors were encountered: