Page 1 of 1

Re-input clicks from a Wacom tablet as having come from a mouse.

Posted: 29 May 2019, 11:48
by CookieQuantum
I've recently purchased the new Total War only to discover that it does not seem to register any clicks from my Wacom Intuos. I have to use my tablet due to disabilities that keep me from using a mouse. I need a script that will somehow take my clicks from the tablet and re-input them to the game in a way that they appear to come from a mouse. My coding abilities are fairly limited and I wouldn't know how to go about solving this, but hopefully one of you wonderful people can help me.

Re: Re-input clicks from a Wacom tablet as having come from a mouse.

Posted: 30 May 2019, 10:28
by evilC
A wacom tablet is an absolute input device and is fundamentally different to a mouse. See my autohotinterception library (link in sig) - this will allow you to read the absolute data coming from the wacom, then you could send mouse relative data
You would need the "Subscription Mode" commands

You also might be able to do it using my gui app UCR-C#
https://github.com/Snoothy/UCR