mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Remove unless example code and update circle.yml
This commit is contained in:
parent
6724c74c7a
commit
9969a331a6
@ -12,10 +12,10 @@ jobs:
|
|||||||
# specify any bash command here prefixed with `run: `
|
# specify any bash command here prefixed with `run: `
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- run: apt -y install gcc libc6-dev
|
- run: apt -y install gcc libc6-dev
|
||||||
- run: apt -y install libx11-dev xorg-dev libxtst-dev libpng++-dev
|
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
|
xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
|
||||||
- run: apt -y install libxkbcommon-dev
|
libxkbcommon-dev
|
||||||
- run: apt -y install xsel xclip
|
xsel xclip
|
||||||
- run: apt -y install xvfb
|
- run: apt -y install xvfb
|
||||||
#
|
#
|
||||||
# override:
|
# override:
|
||||||
|
@ -39,10 +39,6 @@ func get() {
|
|||||||
hwnd := robotgo.GetHandle()
|
hwnd := robotgo.GetHandle()
|
||||||
fmt.Println("hwnd---", hwnd)
|
fmt.Println("hwnd---", hwnd)
|
||||||
|
|
||||||
// get current Window Handle
|
|
||||||
bhwnd := robotgo.GetBHandle()
|
|
||||||
fmt.Println("bhwnd---", bhwnd)
|
|
||||||
|
|
||||||
// get current Window title
|
// get current Window title
|
||||||
title := robotgo.GetTitle()
|
title := robotgo.GetTitle()
|
||||||
fmt.Println("title-----", title)
|
fmt.Println("title-----", title)
|
||||||
|
Loading…
Reference in New Issue
Block a user