MCPcopy 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
17type Cursor interface {
18 Dispose()
19 handle() win.HCURSOR
20}
21
22type stockCursor struct {
23 hCursor win.HCURSOR

Callers

nothing calls this directly

Implementers 4

Bitmapbitmap.go
brushBasebrush.go
stockCursorcursor.go
customCursorcursor.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…