input.Random.Read yields input.Button
This commit is contained in:
5
src/device/input/input.go
Normal file
5
src/device/input/input.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package input
|
||||
|
||||
type Input interface {
|
||||
Read() []byte
|
||||
}
|
||||
Reference in New Issue
Block a user