Search found 4 matches

by Glodigit
Sat Nov 04, 2023 7:44 am
Forum: Windows Discussion Forum
Topic: Use 3DConnexion mouse as 2D
Replies: 100
Views: 496412

Re: Use 3DConnexion mouse as 2D

I'm currently working on a 3DxPoint.dll (3DxWare Trackpoint) because my actual mouse finally broke. So far, I've implemented the following: Translate the cursor by translating the spacemouse. Smooth scroll (like with a trackpad/touchscreen) by twisting. Slow down / speed up the cursor and scroll by ...
by Glodigit
Tue Apr 04, 2023 10:32 am
Forum: Windows Discussion Forum
Topic: Left / Right Click via Axis
Replies: 5
Views: 3171

Re: Left / Right Click via Axis

So what I understand from this is that: AxisAction doesn't have a Type="Button" and/or cannot run HIDMouse_Left/Middle/Right, or if it can, will rapid-click at 60Hz. The script is run with no memory of any previous executions. The script is executed 60 times in a second. The script would n...
by Glodigit
Tue Apr 04, 2023 5:23 am
Forum: Windows Discussion Forum
Topic: Left / Right Click via Axis
Replies: 5
Views: 3171

Re: Left / Right Click via Axis

I tried the modifer method. It's a great way to prove the concept, and left / right mouse click events are sent, but it's quite sensitive: <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_Ry</ActionID> <Min>0</Min> <Max>511</Max> <Deadband>0</Deadband> </Input> <Output> <ActionID>HIDMou...
by Glodigit
Mon Apr 03, 2023 4:10 pm
Forum: Windows Discussion Forum
Topic: Left / Right Click via Axis
Replies: 5
Views: 3171

Left / Right Click via Axis

I've set up the Global.xml and Desktop.xml files to allow fluid, togglable 2D mouse movement on my Space Explorer (using driver version 10.6.4) but was unable to get HIDMouse_[Left/Right] to activate if one of the rotational axes (HIDMultiAxis_Ry) is tilted with a deadband of 200 or so. The immediat...