First of all, other than the wiki is there someplace I can find API documentation of the processing implementation on android?
Second, I am trying to understand what exactly the motionPressure variable stores and what is is used for. Similarly trying to understand motionX and Y. The wiki says these can be used to "track relative motion". What does that mean? motionX and Y seem to contain the same values and mouseX and mouseY. and motionPressure appears to be a boolean but doesn't reset itself, thereby seeming less valuable than mousePressed. Am I missing something? Is there a way to read the amount of pressure being applied from motionPressure? In the emulator the value of motionPressure seems to always be 0.0. On my phone it is always 1.0 or 0.0. Any ideas? Am i missing something?