add input.Buffered and input.Keyboard and a binary to try combo
This commit is contained in:
@@ -4,6 +4,7 @@ import "os"
|
||||
|
||||
type Input interface {
|
||||
Read() []Button
|
||||
Close()
|
||||
}
|
||||
|
||||
func New() Input {
|
||||
|
||||
Reference in New Issue
Block a user