Hello! I have a piece of software called X-Mouse Button Control, and its able to intercept mouse events. The website for my mouse had this instead of a driver specifically for the mouse. In the program, I am able to "Intercept" the functions of Leftclick, Rightclick, ect, globally for windows.
My problem is, that this, and any other mouse software I have tried doesn't intercept Double click =(
Is there any way to intercept doubleclicks too? I would like to program my own little utility, so that when I am gaming I can change the doubleclick's function to a single keystroke or something.
The X-Mouse software already does this with all mouse functions except the double click.
Thanks for any help!
edit-
I found this:
http://www.codeproject.com/KB/audio-video/ReprogramYourMouse.aspx
but I can't make any sense of it =/