New Input System Issue

Hi,

I noticed that in Beta 1, this code doesn’t work when you simulate touch screen. I am trying to write a pan system so that it works both on PC and mobile, however, it doesn’t detect the leftButton for the mouse when Simulate Touch Input From Mouse or Pen is on. I am assuming this is a bug as it worked with the old input system?

print(Mouse.current.leftButton.isPressed);

I was mistaken please close this thread. It hasn’t been implemented yet.