mayhem-party/src/device/input/button/button.go

7 lines
61 B
Go

package button
type Button struct {
Char byte
Down bool
}