module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 5, 2020
License: MIT
Opens a new window with license information.
README
¶
go-hook

go-hook
provides low level keyboard and mouse hook for Windows. This package is written in pure Go, cgo
is not required.
Note: The package is currently tested on Windows 10 64bit edition. Other versions of Windows are not guaranteed to work.
Prerequisites
Go 1.13 or later
Usage
Examples are stored in examples
directory.
mouse
: Capturing mouse events.
keyboard
: Capturing keyboard events.
swapkeys
: Swapping the keyboard input 'A' and 'B".
Contributing
- Fork (https://github.com/moutend/go-hook/fork)
- Create a feature branch
- Add changes
- Run
go fmt
- Commit your changes
- Open a new Pull Request
Author
Yoshiyuki Koyanagi
LICENSE
MIT
Directories
¶
examples
|
|
|
|
|
|
|
|
pkg
|
|
keyboard
Package keyboard provides low level hook for keyboard input.
|
Package keyboard provides low level hook for keyboard input. |
mouse
Package mouse provides low level hook for mouse input.
|
Package mouse provides low level hook for mouse input. |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.