LGS_extension icon indicating copy to clipboard operation
LGS_extension copied to clipboard

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

Open cpbentley opened this issue 5 years ago • 1 comments
trafficstars

cpbentley avatar Jun 21 '20 19:06 cpbentley

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.

Egor-Skriptunoff avatar Jun 30 '20 11:06 Egor-Skriptunoff