Close requests that the window be closed. The behavior of the Window after this, whether calling its methods or passing it as an argument, is undefined. See App.Quit methods to quit overall app.
()
| 160 | // after this, whether calling its methods or passing it as an argument, |
| 161 | // is undefined. See App.Quit methods to quit overall app. |
| 162 | Close() |
| 163 | |
| 164 | // Sets the mouse position to given values |
| 165 | SetMousePos(x, y float64) |
no outgoing calls