mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update: Fixed godoc
This commit is contained in:
parent
b1ad7db6be
commit
c48e3d072c
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ func GetActive() Handle {
|
|||
return Handle(GetActiveC())
|
||||
}
|
||||
|
||||
// GetActive get the active window
|
||||
// GetActiveC get the active window
|
||||
func GetActiveC() C.MData {
|
||||
mdata := C.get_active()
|
||||
// fmt.Println("active----", mdata)
|
||||
|
|
|
|||
Loading…
Reference in a new issue