()
| 36 | } |
| 37 | |
| 38 | function waitForClick() { |
| 39 | waitingForClick = true; |
| 40 | description.continueVisible = true |
| 41 | // ui needs to be locked, otherwise the tutorial-view does not receive mouse-events! |
| 42 | tutorialControl.lockUI(true) |
| 43 | } |
| 44 | |
| 45 | function cancelTutorial() { |
| 46 | tutorialControl.finish() |
no outgoing calls
no test coverage detected