neko/internal/types/keys.go
2020-10-22 16:54:50 +02:00

15 lines
152 B
Go

package types
type Button struct {
Name string
Code int
Keysym int
}
type Key struct {
Name string
Value string
Code int
Keysym int
}