Sketch has resumed. Called when switching tabs in a browser or swapping to this application on Android. Also called on startup. Use this to safely disable things like serial, sound, or sensors.
()
| 1386 | * Use this to safely disable things like serial, sound, or sensors. |
| 1387 | */ |
| 1388 | public void resume() { } |
| 1389 | |
| 1390 | |
| 1391 | // /** |
no outgoing calls
no test coverage detected