[SDL] adding wacom tablet support to sdl

Gerry JJ trick at icculus.org
Thu Oct 5 18:49:50 PDT 2006


On Fri, 06 Oct 2006 02:06:19 +0200, Doug <biteme at bitbasher.net> wrote:
> So, it appears that tablet support (in general, not just Wacom) is a
> cake-walk for Win32 platforms, as there is a standard API.  Other  
> platforms [..]

It's very easy to support tablets (in general) in Linux using the evdev
interface.  Unfortunately just supporting evdev isn't enough, since Xorg
might lock evdev, depending on version and configuration.  So, you need
to support the X driver as well.  I haven't looked into that yet, but
it's been on my todo list for a while.  (A long while, to be honest, but
I'll do it one of these days ..).

I've no idea how to support tablets on a Mac, but I'd be surprised if
there wasn't some API available.

Anyway, I too am very interested in cross-platform tablet support,
preferably for SDL, but otherwise too.  I'd be willing to help out with
at least the Linux side of things.

~ Gerry




More information about the SDL mailing list