naver / egjs-axes

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates.
https://naver.github.io/egjs-axes/
MIT License
179 stars 32 forks source link

Event from successive panning contains wrong delta #136

Closed WoodNeck closed 5 years ago

WoodNeck commented 5 years ago

Description

Sometimes, delta from event of successive panning has wrong value. Specifically, it has delta of user input, not delta of start position to estimated position.

WoodNeck commented 5 years ago

Might be non-issue