mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
drop BCaptureScreen
This commit is contained in:
parent
e4f8475d3e
commit
0ca4e2a898
@ -58,7 +58,8 @@ func main() {
|
|||||||
// bit_map := robotgo.CaptureScreen()
|
// bit_map := robotgo.CaptureScreen()
|
||||||
// Println("CaptureScreen...", bit_map)
|
// Println("CaptureScreen...", bit_map)
|
||||||
// gbit_map := robotgo.Capture_Screen()
|
// gbit_map := robotgo.Capture_Screen()
|
||||||
gbitMap := robotgo.BCaptureScreen()
|
gbitMap := robotgo.Capture_Screen()
|
||||||
|
// gbitMap := robotgo.BCaptureScreen()
|
||||||
Println("Capture_Screen...", gbitMap.Width)
|
Println("Capture_Screen...", gbitMap.Width)
|
||||||
|
|
||||||
sx, sy := robotgo.GetScreenSize()
|
sx, sy := robotgo.GetScreenSize()
|
||||||
|
Loading…
Reference in New Issue
Block a user