[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] Capture tablet pressure?
- To: pygame-users@xxxxxxxx
- Subject: [pygame] Capture tablet pressure?
- From: Eric Pavey <warpcat@xxxxxxxxx>
- Date: Sun, 11 Oct 2009 15:21:20 -0700
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sun, 11 Oct 2009 18:21:24 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:received:date:message-id:subject         :from:to:content-type;        bh=nXghtdyUmm9U1vvzFg2crBG9CooW6coMqYq1VOMUlF8=;        b=WkwDkXkDmDwktg1vCilamHBG1GOMVErUezcZ4A9EiSH/Bnv9fcVQtleZS0Je9HEcJG         YXgbVJIhZGzaIGPukSf6GfU7b9aoS1RbejJWO/oM+Utc9siF8yBjuLkgWskkj3TiLddg         91n2f1QTUz475W5dLSOKkSsapNFbiWCjfb178=
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:date:message-id:subject:from:to:content-type;        b=XWp/YCJZpUL3R8PZsxEHgtQfk+CmsiMw5cTk16Cp1LeaIOC+PrlPcF11fgElokTIwd         oSBneXvNlo4zvm9VqGEfrAUQYpwf23FTbk+lC4Nr/2zBnuGiEHuEM7CQPSibfMUMO5aP         Uq+X2FDfTP3npjMyWfN7jFQ9ZOymY0/c7ujBU=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
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