05-01-2007, 08:36 PM
To eat only a certain mouse button but not movement:
1. Make sure you can disable QM using a hotkey. Default hotkey is Ctrl+Alt+Shift+D.
2. Create an empty function and assign this (new) filter function:
3. Create function ResetEatClick:
4. In the macro, insert this at the beginning:
5. Set g_eatclick to 1 when the mouse button must be blocked. Set it to 0 to unblock. Example:
1. Make sure you can disable QM using a hotkey. Default hotkey is Ctrl+Alt+Shift+D.
2. Create an empty function and assign this (new) filter function:
3. Create function ResetEatClick:
4. In the macro, insert this at the beginning:
5. Set g_eatclick to 1 when the mouse button must be blocked. Set it to 0 to unblock. Example: