MouseMove returns a *MouseEvent that you can attach to for handling mouse move events for the Window.
()
| 196 | // MouseMove returns a *MouseEvent that you can attach to for handling |
| 197 | // mouse move events for the Window. |
| 198 | MouseMove() *MouseEvent |
| 199 | |
| 200 | // MouseUp returns a *MouseEvent that you can attach to for handling |
| 201 | // mouse up events for the Window. |
no outgoing calls
no test coverage detected