mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update: Fixed godoc
This commit is contained in:
parent
b1ad7db6be
commit
c48e3d072c
@ -891,7 +891,7 @@ func GetActive() Handle {
|
|||||||
return Handle(GetActiveC())
|
return Handle(GetActiveC())
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetActive get the active window
|
// GetActiveC get the active window
|
||||||
func GetActiveC() C.MData {
|
func GetActiveC() C.MData {
|
||||||
mdata := C.get_active()
|
mdata := C.get_active()
|
||||||
// fmt.Println("active----", mdata)
|
// fmt.Println("active----", mdata)
|
||||||
|
Loading…
Reference in New Issue
Block a user