ProtoFlux:RightMousePressed: Difference between revisions

From Resonite Wiki
Created a page for the Right Mouse Pressed node.
 
Added category: ContinuouslyChanging nodes
Line 19: Line 19:


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

Revision as of 07:16, 27 May 2025

Right Mouse Pressed
*
Mouse

The Right Mouse Pressed node returns the local user's right 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 Right Mouse Held instead.

Outputs

* (bool)

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