Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qzd1989 opened this issue Jul 4, 2024 · 0 comments
Open

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

qzd1989 opened this issue Jul 4, 2024 · 0 comments

Comments

@qzd1989
Copy link

qzd1989 commented Jul 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant