| 96 | } |
| 97 | |
| 98 | type customCursor struct { |
| 99 | hCursor win.HCURSOR |
| 100 | } |
| 101 | |
| 102 | func NewCursorFromImage(im image.Image, hotspot image.Point) (Cursor, error) { |
| 103 | i, err := createAlphaCursorOrIconFromImage(im, hotspot, false) |
nothing calls this directly
no outgoing calls
no test coverage detected