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

Struct customCursor

cursor.go:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98type customCursor struct {
99 hCursor win.HCURSOR
100}
101
102func NewCursorFromImage(im image.Image, hotspot image.Point) (Cursor, error) {
103 i, err := createAlphaCursorOrIconFromImage(im, hotspot, false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected