Issue: If you set an Action to have a Binding to scroll/y the mouse position movement will cause previous scroll wheel inputs to re-fire.
Reproduction:
- New Action Map, new Action.
- Add Binding
- Path = Mouse -> Scroll -> Y
- Debug.Log the triggered callback.
Observe that initially moving the mouse position does nothing, use the scroll wheel and observe callbacks. Then move the mouse position after having use the scroll wheel and observe more callbacks.