split wrap protocol parsing into input.button
This commit is contained in:
6
src/device/input/button/button.go
Normal file
6
src/device/input/button/button.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package button
|
||||
|
||||
type Button struct {
|
||||
Char byte
|
||||
Down bool
|
||||
}
|
||||
Reference in New Issue
Block a user