Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes RigsOfRods#3216 - Airplane dashboard not reacting to mouse
_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.
- Loading branch information