mathias.fortnite99

Prominent
Feb 7, 2018
1
0
510
Can I create a macro where if I click a button on my mouse the first time it does the wheel up function and if I press it again it does the wheel down function. So it’s a slot Switch Macro without a Delay(manually switching) or 1 Button with 2 Cycle functions. Please help
 
Solution
Do you mean "wheels up" and "wheels down" on a flying simulator?

Depends on how programmable the mouse is with respect to macro's and using one button to simulate some combination of keyboard keys to raise and lower the wheels.

Would also need some detection function to note the wheels' existing position: I.e., if "down" then raise, if "up" then lower. Conditional logic.

You could start with the following links:

https://wellsr.com/vba/add-ins/

Or find the User Guide/Manuals for programmable mice. E.g.:

https://www.amazon.com/Logitech-Lag-Free-Wireless-Gaming-Mouse/dp/B00E4MQODC

That would be another way to determine if your requirement is viable.

Key is, I believe, being able to know the current wheel state - up or down.
Do you mean "wheels up" and "wheels down" on a flying simulator?

Depends on how programmable the mouse is with respect to macro's and using one button to simulate some combination of keyboard keys to raise and lower the wheels.

Would also need some detection function to note the wheels' existing position: I.e., if "down" then raise, if "up" then lower. Conditional logic.

You could start with the following links:

https://wellsr.com/vba/add-ins/

Or find the User Guide/Manuals for programmable mice. E.g.:

https://www.amazon.com/Logitech-Lag-Free-Wireless-Gaming-Mouse/dp/B00E4MQODC

That would be another way to determine if your requirement is viable.

Key is, I believe, being able to know the current wheel state - up or down.
 
Solution