ProtoFlux:Mouse Scroll Delta: Difference between revisions

From Resonite Wiki
Created a page for the Mouse Scroll Delta node.
 
Added category: ContinuouslyChanging nodes
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
|Outputs=
|Outputs=
[
[
{"Name":"*", "Type":"float2"}
{"Name":"*", "Type":"float"}
]
]
|}}
|}}
Line 12: Line 12:
== Outputs ==
== Outputs ==


=== * ([[Type:float2|float2]]) ===
=== * ([[Type:float|float]]) ===


The scroll wheel delta of the mouse this frame.
The scroll wheel delta of the mouse this frame.


[[Category:ProtoFlux:Devices:Mouse]]
[[Category:ProtoFlux:Devices:Mouse]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 07:16, 27 May 2025

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

* (float)

The scroll wheel delta of the mouse this frame.