MCPcopy Create free account
hub / github.com/lxn/walk / MouseMove

Method MouseMove

window.go:198–198  ·  view source on GitHub ↗

MouseMove returns a *MouseEvent that you can attach to for handling mouse move events for the Window.

()

Source from the content-addressed store, hash-verified

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.

Callers 5

onInsertedWidgetMethod · 0.65
MouseMoveMethod · 0.65
MouseMoveMethod · 0.65
MouseMoveMethod · 0.65
InitWidgetMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected