These are the ScrollEvents I get from a single Scroll gesture on a touchpad on a Macbook Pro:
SCROLL_STARTED
SCROLL
// ...
SCROLL_FINISHED
SCROLL
// ...
For the SCROLL events after the SCROLL_FINISHED, I'd expect to get true from isInertia(), but isInertia() never returns true.
SCROLL_STARTED
SCROLL
// ...
SCROLL_FINISHED
SCROLL
// ...
For the SCROLL events after the SCROLL_FINISHED, I'd expect to get true from isInertia(), but isInertia() never returns true.