AllenDang / w32

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

Added support for SetWindowsHookEx, CallNextHookEx and UnhookWindowsHookEx #41

Closed danieljoos closed 10 years ago

danieljoos commented 10 years ago

This allows setting (low-level) hooks, e.g. for globally fetching pressed keys.

hut8 commented 9 years ago

@danieljoos Thanks for finishing this!