Clive Galway

Results 286 comments of Clive Galway

Hmm, maybe there is an issue. I just tried in UCR and the ID did not show up until I selected "Any Mouse". ie try opening the menu, select "Any...

Strange. How about the demo in [this post](https://autohotkey.com/boards/viewtopic.php?p=152035#p152035)? Does that identify both mice and filter out the appropriate movement?

Correction, [this demo](https://autohotkey.com/boards/viewtopic.php?p=153378#p153378) should be able to filter out movement on a per-device basis, but I am not sure you need that feature?

These are nothing to do with UCR. Instructions are in the first post.

[Here](http://evilc.com/files/tmp/MultiMouse.zip) is a link to a zip with all the required files. What is your OS, 32 or 64-bit? Edit: Changed zip, it now contains CLR.ahk

While on Any, MultiMouse.ahk should show a tooltip any time one of your mice moved, and it should contain the VID/PID (Hardware IDs) of your mice. Do you see info...

No it should look like this when you move your mouse: ![image](https://i.imgur.com/RRWsLgo.gif)

Try [this version](http://evilc.com/files/tmp/Debug.zip) It should report that MouseDelta.dll replied 'OK' to the subscription request.

Confirms my suspicion then. It's going to be hard to work out what is wrong via chat - do you have Skype or TeamViewer or something? Do you have visual...

FYI I have now started working on a new version of UCR, and support for multiple mice is planned. I am implementing keyboard / mouse support using the [Interception](http://www.oblita.com/interception) driver,...