input.Random.Read yields input.Button

This commit is contained in:
bel
2023-03-01 22:03:44 -07:00
parent e284ab7e3f
commit b2bea80c4c
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package input
type Input interface {
Read() []byte
}