mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-26 03:56:42 -05:00
fixed lint errors in d2input (#693)
This commit is contained in:
parent
04275eb8b6
commit
0a6915a040
@ -19,7 +19,8 @@ type inputManager struct {
|
|||||||
entries handlerEntryList
|
entries handlerEntryList
|
||||||
}
|
}
|
||||||
|
|
||||||
func New() d2interface.InputManager {
|
// NewInputManager returns a new input manager instance
|
||||||
|
func NewInputManager() d2interface.InputManager {
|
||||||
return &inputManager{
|
return &inputManager{
|
||||||
inputService: ebiten_input.InputService{},
|
inputService: ebiten_input.InputService{},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user