12 lines
350 B
Go
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
|