ProtoFlux:Mouse Position

From Resonite Wiki
Revision as of 18:56, 17 April 2024 by AmasterAmaster (talk | contribs) (Created a page for the Mouse Position node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.