diff --git a/hook.go b/hook.go index 0e592bc..e7b58a9 100644 --- a/hook.go +++ b/hook.go @@ -57,9 +57,11 @@ const ( ) // Event Holds a system event +// // If it's a Keyboard event the relevant fields are: // Mask, Keycode, Rawcode, and Keychar, // Keychar is probably what you want. +// // If it's a Mouse event the relevant fields are: // Button, Clicks, X, Y, Amount, Rotation and Direction type Event struct {