Skip to content

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

@qzd1989

Description

@qzd1989

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions