relative window mouse movements

whitetree

2012-07-21 02:38:10

Feature Request: relative window mouse movements
Hello, can a feature be added to use relative mouse movements in a WM_ class? I'm often changing resolutions and monitors, and it renders my coordinates useless everytime :(

florian

2012-11-06 11:10:05

yes, we plan to make mouse movement by pixels only (and replace the "mickeys" thing). Right now you can work around this by using fixed positioning only. If you need to change position relatively, use variables to store the current x/y coordinates and use the variables in the mouse positioning outgoing action.

Hope that makes sense!
Florian