ProtoFlux:Mouse Scroll Delta: Difference between revisions

From Resonite Wiki
Created a page for the Mouse Scroll Delta node.
 
corrected the type, whoops.
Line 4: Line 4:
|Outputs=
|Outputs=
[
[
{"Name":"*", "Type":"float2"}
{"Name":"*", "Type":"float"}
]
]
|}}
|}}

Revision as of 19:08, 17 April 2024

Mouse Scroll Delta
*
Mouse

The Mouse Scroll Delta node returns the local user's mouse scroll wheel delta from their Resonite application. If you are focused on the Resonite window, this node will listen for changes on your scroll wheel. The faster you scroll within a frame, the larger the delta.

Outputs

* (float2)

The scroll wheel delta of the mouse this frame.