Sketch has been paused. Called when switching tabs in a browser or swapping to a different application on Android. Also called just before quitting. Use to safely disable things like serial, sound, or sensors.
()
| 1378 | * quitting. Use to safely disable things like serial, sound, or sensors. |
| 1379 | */ |
| 1380 | public void pause() { } |
| 1381 | |
| 1382 | |
| 1383 | /** |
no outgoing calls
no test coverage detected