add input.Buffered and input.Keyboard and a binary to try combo

This commit is contained in:
Bel LaPointe
2023-03-02 15:11:57 -07:00
parent c4e1c525d1
commit bfdab392a0
6 changed files with 168 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import "os"
type Input interface {
Read() []Button
Close()
}
func New() Input {