Is there a way to detect when the mouse wheel has been pressed down?
I can only find WheelForward/Backward and the scroll direction, but obviously none of that is what I’m looking for.
If I just print for input, it comes up as Enum.KeyCode.Unknown
.
Thanks