neko/internal/types/keys.go

15 lines
152 B
Go
Raw Normal View History

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