ProtoFlux:MousePosition: Difference between revisions

From Resonite Wiki
Created a page for the Mouse Position node.
 
Added category: ContinuouslyChanging nodes
Line 17: Line 17:


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

Revision as of 07:16, 27 May 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.