XRLinuxDriver icon indicating copy to clipboard operation
XRLinuxDriver copied to clipboard

Adding single and double click support

Open jdavidthomson opened this issue 5 months ago • 1 comments

Linked from breezy-desktop issue as implementation was in the XRLinuxDriver:

https://github.com/wheaney/breezy-desktop/issues/11

I've worked on updating driver.c multitap.c and output.c programs to make 1,2,3 and 4 taps work pretty well.

The constants have been updated in my code, and calibrate and center have been pushed down in priority, making room for single and double tap.

I implemented the single left click, and double left click using using the appropriate mouse driver code.

Will submit a pr eventually.

jdavidthomson avatar Feb 03 '24 20:02 jdavidthomson