The mouse event always be eaten one by the menu button!
in
Android Processing
•
7 months ago
Run this code on my android:
- void mousePressed(){
- println(" mousePressed ");
- }
When I pressed the Menu button, The next pressing on the screen will not have a
mousePressed() event.
1