Remove unless example code and update circle.yml

This commit is contained in:
vcaesar 2021-08-24 12:17:03 -04:00
parent 6724c74c7a
commit 9969a331a6
2 changed files with 4 additions and 8 deletions

View File

@ -12,10 +12,10 @@ jobs:
# specify any bash command here prefixed with `run: `
- run: apt update
- run: apt -y install gcc libc6-dev
- run: apt -y install libx11-dev xorg-dev libxtst-dev libpng++-dev
- run: apt -y install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
- run: apt -y install libxkbcommon-dev
- run: apt -y install xsel xclip
libx11-dev xorg-dev libxtst-dev libpng++-dev
xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
libxkbcommon-dev
xsel xclip
- run: apt -y install xvfb
#
# override:

View File

@ -39,10 +39,6 @@ func get() {
hwnd := robotgo.GetHandle()
fmt.Println("hwnd---", hwnd)
// get current Window Handle
bhwnd := robotgo.GetBHandle()
fmt.Println("bhwnd---", bhwnd)
// get current Window title
title := robotgo.GetTitle()
fmt.Println("title-----", title)