input: Remove unused variables

This commit is contained in:
Hajime Hoshi 2018-09-30 15:40:16 +09:00
parent 25a5f1dd83
commit b6f0ea0100

View File

@ -23,8 +23,6 @@ import (
type Input struct {
cursorX int
cursorY int
scrollX float64
scrollY float64
gamepads [16]gamePad
touches []*Touch
m sync.RWMutex