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

Method MouseMove

scrollview.go:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (sv *ScrollView) MouseMove() *MouseEvent {
161 return sv.composite.MouseMove()
162}
163
164func (sv *ScrollView) MouseUp() *MouseEvent {
165 return sv.composite.MouseUp()

Callers

nothing calls this directly

Calls 1

MouseMoveMethod · 0.65

Tested by

no test coverage detected