mirror of
https://github.com/robotn/gohook.git
synced 2024-11-22 02:56:54 +08:00
update godoc
This commit is contained in:
parent
9a38284fc4
commit
99f27f122a
2
hook.go
2
hook.go
@ -57,9 +57,11 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Event Holds a system event
|
// Event Holds a system event
|
||||||
|
//
|
||||||
// If it's a Keyboard event the relevant fields are:
|
// If it's a Keyboard event the relevant fields are:
|
||||||
// Mask, Keycode, Rawcode, and Keychar,
|
// Mask, Keycode, Rawcode, and Keychar,
|
||||||
// Keychar is probably what you want.
|
// Keychar is probably what you want.
|
||||||
|
//
|
||||||
// If it's a Mouse event the relevant fields are:
|
// If it's a Mouse event the relevant fields are:
|
||||||
// Button, Clicks, X, Y, Amount, Rotation and Direction
|
// Button, Clicks, X, Y, Amount, Rotation and Direction
|
||||||
type Event struct {
|
type Event struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user