ShivamIITK21 / mousecontroller

Using finger gestures to control mouse movement and cllicks.
1 stars 2 forks source link

Changing mouse position #1

Open DanishVasdev opened 2 years ago

DanishVasdev commented 2 years ago

Hi Shivam! I am a fellow IITK Y21 programming enthusiast. I found your program on the robotics club discord channel and found it very cool. I played around with it a bit : ) .I found that while clicking the mouse moves as you have set the mouse position using the tip of the index finger, which moves in the process of joining it with the thumb. Hence I suggest using the mid point of the index finger and thumb as the position of the mouse pointer. Now, we can control the mouse by keeping the hand in a "pinching" position and can click by simply joining the thumb and the index finger.

DanishVasdev commented 2 years ago

I ve added a pull request related to this change. You can check it out and consider merging : )