ProtoFlux:MiddleMousePressed: Difference between revisions

From Resonite Wiki
Created a page for the Middle Mouse Pressed node.
 
m YoshBot moved page ProtoFlux:Middle Mouse Pressed to ProtoFlux:MiddleMousePressed: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:


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

Latest revision as of 00:27, 21 August 2025

Middle Mouse Pressed
*
Mouse

The Middle Mouse Pressed node returns the local user's middle mouse button being pressed down. This will change within that frame, so combining it with Fire On True is recommended.

If you need to check if the mouse button is pressed longer than a frame, Try Middle Mouse Held instead.

Outputs

* (bool)

The result from the user's middle mouse button that just pressed down.