Skip to content

Commit

Permalink
Update: Fixed godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Sep 17, 2024
1 parent b1ad7db commit c48e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c48e3d0

Please sign in to comment.