winapi-rs icon indicating copy to clipboard operation
winapi-rs copied to clipboard

Hi,there, does anyone know how to record drag event on windows?

Open qzd1989 opened this issue 1 year ago • 0 comments

I only found mouse event, keyboard event.

Then I use mouse event hook: SetWindowsHookExA(WH_MOUSE_LL, ...), but I only receive move, up and down event.

so.....how to record drag event? or keep using mouse down + move + up? (I use this case but when I simulating them, it doesn't work well.)

thank you guys.

qzd1989 avatar Jul 04 '24 15:07 qzd1989