diff --git a/robotgo.go b/robotgo.go index cdf54cd..71a040b 100644 --- a/robotgo.go +++ b/robotgo.go @@ -208,6 +208,7 @@ func GetScreenSize() (int, int) { // Scale get the screen scale func Scale() int { dpi := map[int]int{ + 0: 100, 96: 100, 120: 125, 144: 150,