ProtoFlux:MouseScrollDelta
Returns the delta of the mouse wheel used for input to Resonite.
More actions
Mouse Scroll Delta
Mouse
The MouseScrollDelta node returns the scrolling delta of the mouse wheel that is being used for input to Resonite. The faster the mouse is scrolled within a frame, the larger the delta.
Outputs
* (float)
The scroll wheel delta of the mouse for this frame. If the wheel is scrolling up, then this value is positive. If the wheel is scrolling down, this value is negative. Otherwise, it is 0.
The value of this node is a direct interface to Unity's input system, which itself is a direct interface to the operating system's input handling.[note 1] If Unity is run in a Windows environment or WINE, the delta will be in increments of 120. This may change with a future renderer or input handler.
Notes
- ↑ As of Beta 2026.3.11.1400.