AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
761 stars 245 forks source link

why this package need cgo? #72

Closed bronze1man closed 6 years ago

bronze1man commented 6 years ago

src/github.com/AllenDang/w32/user32.go:7

https://github.com/AllenDang/w32/blame/9a4ee0f7d224efbff75947fa7060daadccc4741c/user32.go#L995

SendInput

[]byte should be enough to make this function work.