Gets the current sketch controller.
()
| 1404 | * Gets the current sketch controller. |
| 1405 | */ |
| 1406 | public SketchController getSketchController() { |
| 1407 | return sketchController; |
| 1408 | } |
| 1409 | |
| 1410 | /** |
| 1411 | * Gets the current sketch. |
no outgoing calls
no test coverage detected