Format code
This commit is contained in:
parent
85b6d6ea9d
commit
6ef2be8776
6 changed files with 55 additions and 29 deletions
|
|
@ -21,8 +21,10 @@ package inputcontrol
|
|||
|
||||
import "sort"
|
||||
|
||||
type PointerButton int
|
||||
type Key int
|
||||
type (
|
||||
PointerButton int
|
||||
Key int
|
||||
)
|
||||
|
||||
const (
|
||||
PointerButtonLeft PointerButton = iota
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue