I’m trying to capture the events of a WACOM tablet, however, by a Java applet.
I’ve got to do something, but I capture the events as if they were
mouse events.
The problem is that while I am using the tablet to draw in the applet,
I do not want to let him out of the drawing area. From what I read, an Java Applet does not have permission to control the mouse, so I thought that if there was a
way to capture the event of the tablet, maybe I could handle it better.
Any suggestions?
It does if the applet is digitally signed (by you) & trusted (by the user, when prompted). Is this functionality vital enough that the end-user would be prepared to OK the trust prompt dialog?