Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ifk(mousewheel U)
#1
are there any virtual codes for mousewheel UP/DOWN ?

or do you have an example on how to detect m.wheel direction ?

i want to reorganize my triggers, like there would be only one wheel or right mousetrigger. thta would make it much easier to have an overview on which is what triggering 8)
pi
#2
ifk cannnot detect mouse wheel events.

Macro "Macro88":
        trigger: #U
Code:
Copy      Help
function [back]
out back

Function "OnWheelBack":
        trigger: #D
Code:
Copy      Help
mac "Macro88" "" 1

On wheel forward, Macro88 is triggered directly, and back is 0. On wheel backward, it is launched by OnWheelBack function, and back is 1.


Forum Jump:


Users browsing this thread: 1 Guest(s)