Search found 16 matches
- Tue Nov 04, 2025 3:21 pm
- Forum: Developer's Forum for Windows
- Topic: Lets talk about the Basic Logic.
- Replies: 3
- Views: 350
Re: Lets talk about the Basic Logic.
The mods here explained the "zoom" setting in the GUI: the best way to consider is that the 3D mouse cap is either a) in the plane of the desk, 90' degrees to the screen, or b) when 'swapped', the 3D mouse cap is on the plane of the monitor, which is why it also switches rotation. If you a...
- Mon Nov 03, 2025 4:58 am
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 500
Re: Parameters for ActionID = HIDMouse_Wheel ?
I wonder if this is the mouse scroll wheel to 3dkey button mapping I'm looking for? Looks like scroll up, scroll down, increment, count (1 tick ie wheel_delta 120 ?) <ButtonActions xmlns:driver_images="./images/3DxService/"> <ButtonAction Type="MotionMacro" xsi:type="ButtonA...
- Sat Nov 01, 2025 5:24 pm
- Forum: Windows Discussion Forum
- Topic: 3dxware 10, Disable application support
- Replies: 16
- Views: 39126
Re: 3dxware 10, Disable application support
There appears to be a workaround here but no information if it works or not...
- Fri Oct 31, 2025 7:21 am
- Forum: Windows Discussion Forum
- Topic: PLEASE HELP i need the 2D mouse feature back to run my pc
- Replies: 14
- Views: 14291
Re: PLEASE HELP i need the 2D mouse feature back to run my pc
For posterity the dll must also have following functions to be successfully loaded by 3DxWare: // DLL Initialization function. // This gives you a chance to do any one time initialization immediately after this DLL is loaded. // It is called immediately after the DllMain is called (which is called d...
- Fri Oct 31, 2025 7:18 am
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 500
Re: Parameters for ActionID = HIDMouse_Wheel ?
It works now, thank you!
DllInit and DllExit did the trick.
DllInit and DllExit did the trick.
- Wed Oct 29, 2025 1:46 am
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 500
Re: Parameters for ActionID = HIDMouse_Wheel ?
Update: I get the same error UdDllExecuteFunction: Could not find DLLList Entry for XYZ.DLL even when trying to use any of the other default DLL files that were in the directory C:\Program Files\3Dconnexion\3DxWare\3DxWinCore\Win64\DLLs I get the same error when using the simple test.dll file from y...
- Tue Oct 28, 2025 6:30 pm
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 500
Re: Parameters for ActionID = HIDMouse_Wheel ?
I wrote a quick x64 DLL in C but can't get it to load in 3DxWare, I put it in the correct folder and get log error: UdDllExecuteFunction: Could not find DLLList Entry for wmtool.dll When I use your WPPZ.dll it works fine so it's something with my dll. I checked it's x64, exported function name is OK...
- Tue Oct 28, 2025 8:37 am
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 500
- Tue Oct 28, 2025 8:27 am
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 500
Re: Parameters for ActionID = HIDMouse_Wheel ?
I agree it's unique because Scale works perfectly when run locally; it's some quirk that just affects Remote Desktop. My suggestion would be to add single tick of MouseWheelUp and MouseWheelDown as discrete events to the list of shortcuts in the GUI - then in XML it this could be handled with someth...
- Tue Oct 28, 2025 1:44 am
- Forum: Windows Discussion Forum
- Topic: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist
- Replies: 7
- Views: 2953
Re: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist
It appears modifiers like mouse buttons can be added to axis actions, see here for example.
- Tue Oct 28, 2025 12:44 am
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 500
Parameters for ActionID = HIDMouse_Wheel ?
I have mapped HIDMultiAxis_Rz to HIDMouse_Wheel for mouse wheel scrolling using 3Dmouse yaw ( opening a jar motion) as per the XML code below. To have keyboard and mouse events work over Remote Desktop I needed to add <KMJMechanism>SendInput to global.cfg . Unfortunately this setting has made the HI...
- Tue Oct 28, 2025 12:09 am
- Forum: Windows Discussion Forum
- Topic: HID events in Remote Desktop RDP / RDS
- Replies: 1
- Views: 146
Re: HID events in Remote Desktop RDP / RDS
Found the fix here thanks to @jwick . Add the following line to global.cfg under <Settings> - on the RDS host server: <Settings> ... [b]<KMJMechanism>SendInput</KMJMechanism>[/b] ... </Settings> Now everything works in remote desktop including Keyboard and Mouse HID events.
- Mon Oct 27, 2025 8:34 pm
- Forum: Windows Discussion Forum
- Topic: HID events in Remote Desktop RDP / RDS
- Replies: 1
- Views: 146
HID events in Remote Desktop RDP / RDS
Hi! With my SpaceMouse Wireless BT Edition , almost everything works perfectly in Windows Remote Desktop using RemoteFX : Windows 11 Client connecting to Windows Server 2022 and using the 3DxWare software on the RDS server/host. The server thinks the SpaceMouse is connected directly, so it's great! ...
- Thu Oct 23, 2025 4:14 am
- Forum: Feedback
- Topic: Re-Configuring the Axis / Rotation Settings
- Replies: 2
- Views: 18633
Re: Re-Configuring the Axis / Rotation Settings
For reference the solution to this problem is in another post here..
I solved this exact scenario by swapping the Y and Z axis in the app-specific config xml file as described here.
I solved this exact scenario by swapping the Y and Z axis in the app-specific config xml file as described here.
- Tue Oct 21, 2025 2:46 am
- Forum: Windows Discussion Forum
- Topic: Change zoom direction without reversing zoom and rotation
- Replies: 15
- Views: 15084
Re: Change zoom direction without reversing zoom and rotation
Fantastic information for low-level configuration of the axes with the per-application XML file. This should be in the GUI, or at least the documentation.