Loading...
Logo
Processing Forum
Run this code on my android:
Copy code
  1. void mousePressed(){
  2.       println(" mousePressed ");
  3. }
When I pressed the Menu button, The next pressing on the screen will not have a  mousePressed() event.

Replies(1)

I'm just seeing this now, but only on newer devices. Tested on an Android 4.2 Nexus 7 and on a 4.1 phone.  DOESN'T happen on a 4.0 phone.  Would love to know if anyone's got a workaround for this!