digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
932 stars 377 forks source link

DIGISPARK mouse left click not working #152

Open Murugesh-Hobbyist opened 2 years ago

Murugesh-Hobbyist commented 2 years ago

DigiMouse.leftClick();

while we call the above function, it doesn't worked for left click.

i could only use DigiMouse.setButtons(1<<0); for the purpose.

can you please look into the function and resolve it? might be there are some changes in DigiMouse.h

NFiedler commented 1 year ago

I think #153 explains this behavior.