key.To/FromChar
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
package output
|
||||
|
||||
import "os"
|
||||
import (
|
||||
"mayhem-party/src/device/output/key"
|
||||
"os"
|
||||
)
|
||||
|
||||
type Output interface {
|
||||
Close()
|
||||
Press(...Key)
|
||||
Press(...key.Key)
|
||||
}
|
||||
|
||||
func New() Output {
|
||||
|
||||
Reference in New Issue
Block a user