Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct {
Size uint32 // nominal size for matching
Width uint32 // actual width
Height uint32 // actual height
XHot uint32 // hot spot x
YHot uint32 // hot spot y
Delay uint32 // delay between animation frames in milliseconds
Pixels []byte
// contains filtered or unexported fields
}
func (*Image) LoadCursor ¶
Click to show internal directories.
Click to hide internal directories.