Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
func
(sv *ScrollView) MouseMove() *MouseEvent {
161
return
sv.composite.MouseMove()
162
}
163
164
func
(sv *ScrollView) MouseUp() *MouseEvent {
165
return
sv.composite.MouseUp()
Callers
nothing calls this directly
Calls
1
MouseMove
Method · 0.65
Tested by
no test coverage detected