Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:MouseScrollDelta

Returns the delta of the mouse wheel used for input to Resonite.


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

  1. As of Beta 2026.3.11.1400.