Using MouseX, MouseY with Wacom tablet

Everything else that doesn't fall into one of the other PB categories.
smishra
User
User
Posts: 70
Joined: Tue Jun 06, 2006 3:39 pm
Location: Maryland US

Using MouseX, MouseY with Wacom tablet

Post 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.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Use the desktop x and desktop y position of the mouse instead.
smishra
User
User
Posts: 70
Joined: Tue Jun 06, 2006 3:39 pm
Location: Maryland US

Post 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.
PurePWNRER
User
User
Posts: 45
Joined: Mon Mar 27, 2006 5:44 am

Post 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 ;)
:/ My kingdom for a snippet!
I might bash, But I provide.
Post Reply