update godoc

This commit is contained in:
vcaesar 2019-10-29 12:45:28 -04:00
parent 9a38284fc4
commit 99f27f122a

View File

@ -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 {