Unpopular tablet interfaces don't work with Input.GetAxis Mouse

Hi Guys,

I am creating a little unity application for a tablet, and I am struggling to get the command

Input.GetAxis("Mouse X");
Input.GetAxis("Mouse Y");

working.

These are the core commands I use for navigation, but for some reason they don’t work on the tablet. The tablet is a rugged windows 7 32bit Penabled Wacom
Manufacturer - Motion Computing
Model: J3500
http://www.motioncomputing.com.au/products/tablet_pc_J35.asp

Obviously, the mouse is handled differently, maybe in this tablet it’s not called a mouse X and Y, but my question is, what could I use as an alternative?

It works on my windows 7 PC no problems

Much appreciated,

Gabe

This is rather high priority, so I’m going to be a bum and bump

Hi,

Did you ever find a solution to this? I’m trying to do the same thing now.

Thanks.