Hi!
You can use HID input element and select the mouse as an input device there. Then, the mouse wheel can be accessed as an axis value, which usually returns 0 for the wheel still state, 120 for scrolling up state and 56416 for the scrolling down state. The axis values change rapidly, so I would use a Control Loop script that continuously monitors the axis value