Merge pull request #592 from go-vgo/bitmap-pr

Fix: fixed typo
This commit is contained in:
Evans 2023-07-05 11:05:21 -07:00 committed by GitHub
commit 3182fb9d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ func screen() {
fmt.Println("ScaleF: ", s1)
}
sx, sy = robotgo.GetScaleSize()
fmt.Println("get screen sclae size: ", sx, sy)
fmt.Println("get screen scale size: ", sx, sy)
color()
}