jpen icon indicating copy to clipboard operation
jpen copied to clipboard

Java library for accessing pen/digitizer tablets and pointing devices

Results 6 jpen issues
Sort by recently updated
recently updated
newest added

I updated the pom.xml and javacTarget to be able to build under macOS 10.14 using openJDK11. The minimum javacTarget using openJDK11 is 1.6. Since jdk8 javah is deprecated and superseded...

You may have heard some people asking, "Who wouldn't want to use AWT and Swing?" Just tell 'em its the circle of life. ```kt import jpen.* import jpen.demo.StatusReport import jpen.event.PenAdapter...

First of all thanks a lot for this library. All works well when working with Swing or AWT. However as soon as we want to use the library with another...

hi there; I noticed there was an older thread on SF about this, but I can't find any follow-ups. Is your library available from Maven Central or other Maven repository?

I'm testing multi-touch support on linux, but couldn't get it working. I'm on Ubuntu, Thinkpad X230T (with multitouch + pen touch, both wacom devices)

Thank you for this library. I created an application with Processing 4 which gets stylus position, angle and pressure. However, when launched on raspberry pi, the following error shows up...