Drag Action in new Input System

Hi!
I’m trying to create a simple ‘Drag’ action in the new input system:

  • The ‘start’ should be when the mouse button is pressed & the mouse was moved since then
  • The ‘end’ should be when the mouse button is released

I tried it with a modifier like this (with action type Passthrough):

But it seems to never be triggered.
Now I tried it instead with two separate actions, and triggering an event from code like this:
which works fine, but I feel that there is most likely a better solution for this… (also, side-question, is there a reason there is nothing like a drag action in the new input system?)

Two very good questions.