Page 1 of 1

Stacked gestures: paint over and translation/tap?

Posted: 02 Dec 2014, 11:38
by mrmacmusic
I'd like to be able to use two-finger touch gestures (pinch/zoom) to scale a texture but also be able paint over the same texture, however I can't work out how to do this and wonder if it is even possible. So far I can do either or but not both – the paint node has to be disabled to allow the underlying translation node to take effect. Any ideas..?

I'm also wondering if it is possible to capture a 'double tap'..?

Re: Stacked gestures: paint over and translation/tap?

Posted: 03 Dec 2014, 11:20
by lerou
Hi,

as far as I know it's not possible to have several input areas on top of each other. Only one would get the events.

As for your double tap: you can build a logic for that using two nodes. See attached example.

cheers,
rou