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
{{ message }}
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
This great piece of software was working until after some update in my system,about a month ago, stopped working.
Basically screenrotator will rotate the orientation of desktop correctly, however it also inverts all mouse inputs, which it shouldn't. Or maybe it used to be "it should" but now it shouldn't.
Anyway if anyone has the same issue all you have to do is to comment or remove the following code in the the following file:
ScreenRotator/src/rotateinput.cpp
find the line 176: property.setRotationMatrix(orientation_matrix);
This line needs to be commented or removed
Then recompile, install as instructed by the readme.