Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for wheel button up/down
#4
3 ways:

1. If in a dialog, use WM_MOUSEWHEEL message. It comes to the focused control, so you would need to subclass controls.

2. Use a function that has wheel trigger. It could set a global variable, and the macro could wait for the variable.

3. Use low level mouse hook. Again, the communication between the hook function and the macro could be through a global variable.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)