drop BCaptureScreen

This commit is contained in:
vCaesar 2016-12-09 23:26:27 +08:00
parent e4f8475d3e
commit 0ca4e2a898

View File

@ -58,7 +58,8 @@ func main() {
// bit_map := robotgo.CaptureScreen()
// Println("CaptureScreen...", bit_map)
// gbit_map := robotgo.Capture_Screen()
gbitMap := robotgo.BCaptureScreen()
gbitMap := robotgo.Capture_Screen()
// gbitMap := robotgo.BCaptureScreen()
Println("Capture_Screen...", gbitMap.Width)
sx, sy := robotgo.GetScreenSize()