obv-mikhail/mouse_automation

Get the current position of the pointer

Closed this issue · 1 comments

Is there a way to get the current mouse position?

Not with this. You can use winapi crate https://retep998.github.io/doc/user32/fn.GetCursorPos.html .

Edit: Mouse position would be useful for this library, I should probably add it.