dont do raw.New, instead add raw.Raw.Refresh explicit

This commit is contained in:
bel
2023-03-25 10:17:36 -06:00
parent de261ae400
commit 2cae3c6d28
6 changed files with 14 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ func NewKeyboard() Keyboard {
return Keyboard{}
}
func (kb Keyboard) Refresh() {
}
func (kb Keyboard) Close() {
switch runtime.GOOS {
case "linux":