MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / waitForClick

Function waitForClick

src/tutorials/tutorials.js:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function 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
45function cancelTutorial() {
46 tutorialControl.finish()

Callers 8

getTutorialStepsFunction · 0.85
getTutorialStepsFunction · 0.85
getTutorialStepsFunction · 0.85
getTutorialStepsFunction · 0.85
getTutorialStepsFunction · 0.85
getTutorialStepsFunction · 0.85
getTutorialStepsFunction · 0.85
getTutorialStepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected