Hey, I recently started working on a new extension, Tablet object.
You can make use of graphics tablet, e.g. get the pen pressure.
It's fairly easy to use.
To get the pressure as float from 0 to 1, simply do
Pressure("Tablet")*1.0/PrMax("Tablet")
The "On message" condition is triggered when the tablet sent data to the extension, so it would be better to use it instead of "Always".
There is one known bug, when using the mouse, it's handled as pen (absolute positioning).
It should not crash or anything... worked fine for all testers yet :)
Tablet.mfx
Have fun!
