Add tests for EventBuffer (#7)
Reviewed-on: #7 Co-authored-by: Anna Rose Wiggins <annabunches@gmail.com> Co-committed-by: Anna Rose Wiggins <annabunches@gmail.com>
This commit is contained in:
parent
3ffccf4c08
commit
46a28fda7a
6 changed files with 129 additions and 13 deletions
7
internal/virtualdevice/interfaces.go
Normal file
7
internal/virtualdevice/interfaces.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package virtualdevice
|
||||
|
||||
import "github.com/holoplot/go-evdev"
|
||||
|
||||
type VirtualDevice interface {
|
||||
WriteOne(*evdev.InputEvent) error
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue