Remove redundant type

This commit is contained in:
bloeys
2021-10-09 05:49:14 +04:00
parent b03a017a7f
commit e4f79a2a53

View File

@ -2,8 +2,6 @@ package input
import "github.com/veandco/go-sdl2/sdl"
type InputKey int
var (
anyKeyDown bool
anyMouseBtnDown bool