You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not using double clicks in my code so I disabled it in my setup(), but then when I went to add the ClickEncoder::Clicked case it wasn't being captured. As soon as I commented out this line:
encoder->setDoubleClickEnabled(false);
The single click worked. Is that intentional? I would still like to disable DoubleClick but capture Clicked.
I'm using the latest version of the library as downloaded from here.
The text was updated successfully, but these errors were encountered:
I was not using double clicks in my code so I disabled it in my setup(), but then when I went to add the ClickEncoder::Clicked case it wasn't being captured. As soon as I commented out this line:
encoder->setDoubleClickEnabled(false);
The single click worked. Is that intentional? I would still like to disable DoubleClick but capture Clicked.
I'm using the latest version of the library as downloaded from here.
The text was updated successfully, but these errors were encountered: