ProtoFlux:MousePosition: Difference between revisions

From Resonite Wiki
Added category: ContinuouslyChanging nodes
m YoshBot moved page ProtoFlux:Mouse Position to ProtoFlux:MousePosition: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:27, 21 August 2025

Mouse Position
*
Mouse

The Mouse Position node returns the local user's mouse position from their Resonite application. The mouse position calculation starts at the top-left of the Resonite window. If you are focused on the Resonite window, the mouse will always be centered in that window while you move the mouse around, giving a consistent result from this node (in this case, x axis divided by 2 and y axis divided by 2). When the resonite application is not focused, this node will not calculate the position at all (returning "[min x; max y]" of your Resonite window size). Multiple monitors will not effect this node.

Outputs

* (float2)

The position of the mouse on the Resonite application currently.