mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
input: Remove unused variables
This commit is contained in:
parent
25a5f1dd83
commit
b6f0ea0100
@ -23,8 +23,6 @@ import (
|
||||
type Input struct {
|
||||
cursorX int
|
||||
cursorY int
|
||||
scrollX float64
|
||||
scrollY float64
|
||||
gamepads [16]gamePad
|
||||
touches []*Touch
|
||||
m sync.RWMutex
|
||||
|
Loading…
Reference in New Issue
Block a user