Egor-Skriptunoff/LGS_extension

Demo of Mouse Moving in Circle does not work if done with mouse not on the main screen

cpbentley opened this issue · 1 comments

Demo of Mouse Moving in Circle does not work if done with mouse not on the main screen

There are two functions of mouse movement simulation available for LGS scripts: absolute (MoveMouseTo) and relative (MoveMouseRelative).

Unfortunately, in 3D-games utilizing DirectX only the relative positioning function is working.
It's LGS bug.

The "mouse moving in circle" demo relies on absolute positioning, so it doesn't work.
I can do nothing to fix this.
I should mention it in the readme.