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.