02-02-2013, 07:28 PM
Function where middle click, then waits for roll up or down to make volume go up or down?
Would base on SimpleMouseGestures
-Jim
Would base on SimpleMouseGestures
-Jim
Middle click then Roll
|
02-02-2013, 07:28 PM
Function where middle click, then waits for roll up or down to make volume go up or down?
Would base on SimpleMouseGestures -Jim
02-03-2013, 12:12 PM
Function mouse_middle_and_wheel_trigger
Trigger #M 0x8 function nCode wParam MSLLHOOKSTRUCT&h
02-06-2013, 01:48 AM
Sweet.
I was able to combine this with simple_mouse_gestures2 example for middle click. See any better way to do it? Function Simple_mouse_gestures2 Trigger #M 0x8 function nCode wParam MSLLHOOKSTRUCT&h
02-06-2013, 06:28 AM
Does not work.
This works, but probably it is not the best way, need more work to combine correctly. Function mouse_middle_and_wheel_trigger Trigger #M 0x8 function nCode wParam MSLLHOOKSTRUCT&h
02-06-2013, 08:19 AM
Strange. Worked on my computer at work and does not work at home.
02-06-2013, 08:24 AM
Ok. So if I have the function "mouse_middle_and_wheel_trigger" with middle click assigned and my "Simple_mouse_gestures2" edit, it works.
Strange way to do it for sure. I've never accidentally made something work in programming before. |
« Next Oldest | Next Newest »
|