Name: Anonymous 2010-07-07 1:18
Is there a way to set up my mouse so a "click" consists of only pressing the button DOWN, instead of waiting for the up click? I tried setting a global mouse hook and using SendInput to send an MOUSEEVENTF_LEFTUP message every time it gets a WM_LBUTTONDOWN message, but it doesn't do what I want.
I need it so I can get faster @ Minesweeper. :3 I always wind up clicking different squares than I mean to, because by the time I lift up on the button, I've moved my mouse somewhere else.
I need it so I can get faster @ Minesweeper. :3 I always wind up clicking different squares than I mean to, because by the time I lift up on the button, I've moved my mouse somewhere else.