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