Page 1 of 1

Using MouseX, MouseY with Wacom tablet

Posted: Sun Nov 18, 2007 1:54 pm
by smishra
I have a Wacom tablet. I am trying to use MouseX with DirectX.

When the tablet is in "Mouse" mode everything works fine. However when I put the tablet in "Pen" mode MouseX and MouseY go haywire.

Anybody seen this before. My guess is that MouseX and MouseY do not support tablets in pen mode or need special functions.

Posted: Mon Nov 19, 2007 1:36 am
by Mistrel
Use the desktop x and desktop y position of the mouse instead.

Posted: Fri Nov 23, 2007 1:21 pm
by smishra
I ended up using Windows calls instead of Direct X calls. I used a full screen window with no title bars. Windows calls worked like a charm.

Posted: Tue Dec 04, 2007 4:08 am
by PurePWNRER
You need to use the wacom sdk... that's the only way you'll support pen pressure, tilt, and gathering packets from the tablet itself (well, you gather from the driver actually...)

And by only way I mean "best real way" using wrappers or work-around solutions is not an option in the real world ;)