mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 23:53:54 +00:00
fmt code and updata pkg
This commit is contained in:
parent
d1ea0fd81b
commit
126392f38b
2
Gopkg.lock
generated
2
Gopkg.lock
generated
@ -82,7 +82,7 @@
|
|||||||
"unix",
|
"unix",
|
||||||
"windows"
|
"windows"
|
||||||
]
|
]
|
||||||
revision = "1b2967e3c290b7c545b3db0deeda16e9be4f98a2"
|
revision = "ac767d655b305d4e9612f5f6e33120b9176c4ad4"
|
||||||
|
|
||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
|
@ -209,7 +209,7 @@ func GetScreenSize() (int, int) {
|
|||||||
// Scale get the screen scale
|
// Scale get the screen scale
|
||||||
func Scale() int {
|
func Scale() int {
|
||||||
dpi := map[int]int{
|
dpi := map[int]int{
|
||||||
0: 100,
|
0: 100,
|
||||||
// DPI Scaling Level
|
// DPI Scaling Level
|
||||||
96: 100,
|
96: 100,
|
||||||
120: 125,
|
120: 125,
|
||||||
|
Loading…
Reference in New Issue
Block a user