Format code

This commit is contained in:
Unrud 2026-08-02 22:12:27 +02:00
parent 85b6d6ea9d
commit 6ef2be8776
6 changed files with 55 additions and 29 deletions

View file

@ -21,8 +21,10 @@ package inputcontrol
import "sort"
type PointerButton int
type Key int
type (
PointerButton int
Key int
)
const (
PointerButtonLeft PointerButton = iota