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

Delta coordinate system is abnormal in the change event when the Circular option is enabled. #124

Closed daybrush closed 5 years ago

daybrush commented 5 years ago

Description

Assuming the range is 0, 200,

If 0 to 1, Delta is 1. But if you go right from 200 to 1, Delta is -199. But the value I want is 1.

Steps to check or reproduce