Manipulate a mouse cursor
Move to cursor to the point (10,10)
package main
import(
"github.com/as/cursor"
"image"
"fmt"
)
func main(){
if !cursor.MoveTo(image.Pt(10,10)){
fmt.Println("failed to cursor")
}
}
Acme implementation
1. Plan9
2. Linux
3. Darwin