Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed Feb 18, 2017
1 parent 7137859 commit eb760e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uinput.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Package uinput provides access to the userland input device driver uinput on linux systems.
Package uinput is a pure go package that provides access to the userland input device driver uinput on linux systems.
Virtual keyboard devices as well as virtual mouse input devices may be created using this package.
The keycodes and other event definitions, that are available and can be used to trigger input events,
are part of this package ("Key1" for number 1, for example).
Expand Down

0 comments on commit eb760e0

Please sign in to comment.