wm/vend/xgbutil/xcursor/doc.go
2023-06-11 09:21:08 -05:00

12 lines
350 B
Go

/*
Package xcursor provides a small interface for using cursors that are
predefined in the X 'cursor' font.
All available cursors are predefined in cursordef.go.
Please see the 'change-cursor' example in the examples directory of the xgbutil
package for an example of how to change the cursor when it enters a particular
window.
*/
package xcursor