mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13: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: `
|
||||
- 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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user