Wacom drawing beginner question...

I want to draw with a Wacom pen, but only when the pen is down:

The Wacom moves the mouse also when the pen is up: I want be able to do that without drawing.

Is there a function that specifies "pen up" or "pen down" ?

Tagged:

Answers

  • edited April 2014 Answer ✓

    You might take a look at the Tablet library for Processing by Andres Colubri from here:

    http://interfaze.info/libraries/tablet/ or it can be installed using the "Import Library" menu selection in Processing.

    Usually pens are configured and controlled by the operating system, so I don't know for sure if the Tablet library will address your question.

    Cheers.

  • Thank you. I had no idea where to start looking.

    I'll check it out.

  • Thanks SiriusCG, that did it.

Sign In or Register to comment.