Drawing default Android over top of a Processing fragment

@akenaton omg mate, works perfectly. I owe you a [insert drink of your choice here]!

As for the other question, the whole of Sketch() should completely ignore touch events.

Basically the P5 stuff is working in the same way any other graphic is working. Imagine you have a page that exists as a ScrollView, and the page is 5 device screens tall. The first “screen” is a full screen Processing sketch. You then scroll down to read some text stuff. I’m looking to scroll a page without Processing trying to track the touch events.

Cheers again!