rdev icon indicating copy to clipboard operation
rdev copied to clipboard

Add drag event on macos

Open qzd1989 opened this issue 1 year ago • 0 comments

Supported on macos and windows, this branch is based on my stop_listen branch.

drag event type like this: Drag { button: Left, x: 2447.921875, y: 805.1796875 }

It also can be simulated smoothly.

I also provide the coordinate in press and release event, their types like this: ButtonPress { button: Left, x: 2570.92578125, y: 797.49609375 } ButtonRelease { button: Left, x: 2570.92578125, y: 797.49609375 }

qzd1989 avatar Jul 02 '24 11:07 qzd1989