R
ReedyBear
Guest
My mouse double-clicks, often times, when I click it only once. I believe it's a hardware issue. I code in PHP & Javascript mostly. Some experience with Android (pre-Kotlin). No coding experience on windows beyond some command line stuff & batch files back in the day.
I'd like to write a program or driver to interpret mouse input & only register input as a double-click if the two clicks are a certain amount of time apart, say 50ms (or whatever, I'd have to play with it).
I'm hoping to do something quick & dirty without having to become fully familiarized with how everything works in Windows.
Where should I start?
Continue reading...
I'd like to write a program or driver to interpret mouse input & only register input as a double-click if the two clicks are a certain amount of time apart, say 50ms (or whatever, I'd have to play with it).
I'm hoping to do something quick & dirty without having to become fully familiarized with how everything works in Windows.
Where should I start?
Continue reading...