motionPressure not working ?

edited January 2014 in Android Mode

Hello guys, I'm trying to use motionPressure on Android Mode, but what I get is "cannot find symbol ". Can you help me or tell me why this is happening ? Thank you!

Tagged:

Answers

  • As far as I know, motionPressure is not currently implemented. I remember it at one point in time, but it never worked all that well. From the Wiki page:

    The motionX, motionY, motionPressure, etc. variables have all been removed. This was sort of a kludge, and it'll be handled bin your sketch, if you were relying on them. Instead, just use mouseX/Y for now.

    To access the native motion pressure values, you may need to use a custom multi-touch implementation, such as AKEric's solution.

Sign In or Register to comment.