ProtoFlux:Has Local Focus: Difference between revisions

From Resonite Wiki
rewording, cleanup
No edit summary
 
Line 12: Line 12:
|}}
|}}


The '''Has Local Focus''' node takes in an [[Type:IFocusable|IFocusable]] and returns if that focusable is currently focused by the local [[User|user]].  This node is [[ContinuouslyChanging]].
The '''Has Local Focus''' node takes in an [[Type:IFocusable|IFocusable]] and returns if that focusable is currently focused by the local [[User|user]].


== Inputs ==
== Inputs ==
Line 27: Line 27:


[[Category:ProtoFlux:Interaction:UI]]
[[Category:ProtoFlux:Interaction:UI]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 04:27, 18 April 2025

Has Local Focus
Target
*
UI

The Has Local Focus node takes in an IFocusable and returns if that focusable is currently focused by the local user.

Inputs

Target (IFocusable)

The target IFocusable reference to check.

Outputs

* (bool)

Outputs true if the target IFocusable is currently focused by the local user.