From c48e3d072c0e8698ec5adf91a4559795a3c2102c Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 17 Sep 2024 13:38:38 -0700 Subject: [PATCH] Update: Fixed godoc --- robotgo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robotgo.go b/robotgo.go index f0647fca..4057b28e 100644 --- a/robotgo.go +++ b/robotgo.go @@ -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)