How to add a mouse click on an axis

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
mordewal
Posts: 12
Joined: Sat May 09, 2020 2:03 am

How to add a mouse click on an axis

Post by mordewal »

Hello
I want to add a mouse left or right click on Z axis to my Space Mouse.

This code does not work. Something i did wrong.

Code: Select all

 <Axis>
          <Enabled>true</Enabled>
          <Input>
            <ActionID>HIDMultiAxis_Z</ActionID>
            <Min>-512</Min>
            <Max>0</Max>
           </Input>
          <Output>
            <ActionID>HIDMouse_Right</ActionID>
            <RepeatStyle>PressAndHold</RepeatStyle>          
          </Output>
        </Axis>
thanks for help
Post Reply