LWJGL Forum

Programming => General Java Game Development => Topic started by: Eternity on March 31, 2009, 21:05:12

Title: reading input from a wacom tablet
Post by: Eternity on March 31, 2009, 21:05:12
hey.

im not exactly sure if this is the apropriate place to ask this but since JInput is part of lwjgl and i dont c a specifick forum for it im trying here.

im trying to get input from my wacom graphics tabler. JInput works fine for my keybord and mouse but i cant get anything from the tablet(although it does detect it at least)

any1 here tried getting input from a tablet? with or without JInput?
Title: Re: reading input from a wacom tablet
Post by: Endolf on April 01, 2009, 12:18:27
Hi

The JInput forums are over here (http://www.javagaming.org/index.php/board,27.0.html). I've been fiddling with the builds recently, but there is a webstart demo here (http://www.newdawnsoftware.com/resources/jinput/webstart/jinput-wintab.jnlp) that should work with wacom tablets in windows. The standard webstart demo here (http://www.newdawnsoftware.com/resources/jinput/webstart/jinput.jnlp) should work for tablets under linux and osx. Unfortunatly there is no wintab SDK for 64 bit windows that I can find, so tablets will only work for 32 bit JREs on windows.

HTH

Endolf
Title: Re: reading input from a wacom tablet
Post by: Eternity on April 01, 2009, 12:44:41
Thnx a Lot!