Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lxn/walk
/ Cursor
Interface
Cursor
cursor.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
Cursor
interface
{
18
Dispose()
19
handle() win.HCURSOR
20
}
21
22
type
stockCursor
struct
{
23
hCursor win.HCURSOR
Callers
nothing calls this directly
Implementers
4
Bitmap
bitmap.go
brushBase
brush.go
stockCursor
cursor.go
customCursor
cursor.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…