drop BCaptureScreen

This commit is contained in:
vCaesar 2016-12-09 23:26:27 +08:00
parent 0e875fc4c9
commit 2251b717b6

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()