djpnewton / vmulti

Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
MIT License
401 stars 171 forks source link

how to only release one button #35

Closed sleepinging closed 2 years ago

sleepinging commented 2 years ago

I know how to release all button with vmulti_update_mouse(vmulti, 0, 0, 0, 0), but if i press left and right button and then I only want to release the right button, how can i do this?