I've been using this code indicated below:
public void onBackPressed() {
System.exit(0);
return;
}
It worked at processing 3.0, but it is not effective anymore in processing 3.3.7.
Any suggestion to make the code work on processing 3.3.7?
I've been using this code indicated below:
public void onBackPressed() {
System.exit(0);
return;
}
It worked at processing 3.0, but it is not effective anymore in processing 3.3.7.
Any suggestion to make the code work on processing 3.3.7?