08.08.14, 15:24
Hey there,
I'm new to scriptographer and urgently would like to know if there is any chance to find a support/function for pen pressure?
thanks in advance
mariem
if you print the event object passed to the handlers you can see it holds a point but also a pressure propertie.
I suppose you can do
function onMouseDrag(event) {
myvar = event.pressure;
}
btw is there a way to control pressure on illustrator without a tablet, say with the keyboard arrows? I thought there was one but I can't find it..