[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Capture tablet pressure?



On Sun, Oct 11, 2009 at 03:21:20PM -0700, Eric Pavey wrote:
>    Been searching around, and haven't come up with anything:  Anyone know how
>    to capture tablet pressure in Pygame?  Pygame recognizes my tablet (Wacom
>    Bamboo) just fine as a mouse, buttonclicks etc, but no "pressure" based on
>    those clicks.  Any advice?  Is it possible that SDL doesn't support
>    tablets?
> 
>    thanks

No, I'm pretty sure SDL does not have any pressure support. Although I 
think that pressure sensitivity and multitouch may be planned for SDL 
1.3/2.0, (maybe somebody can correct me if I am mistaken on that)

I remember hearing a rumor that pygtk supports pressure sensitivity, but 
making pygame and pygtk work together might prove to be more trouble 
than it is worth.

Also, some quick googling turns up pymt, which might be helpful, but I 
haven't tried it myself.

---
James