Created a page for the Has Local Focus node. |
m YoshBot moved page ProtoFlux:Has Local Focus to ProtoFlux:HasLocalFocus: Automated: removing spaces from ProtoFlux namespace |
||
(2 intermediate revisions by one other user not shown) | |||
Line 12: | Line 12: | ||
|}} | |}} | ||
The | 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 24: | Line 24: | ||
=== * ([[Type:bool|bool]]) === | === * ([[Type:bool|bool]]) === | ||
Outputs true if the target IFocusable is currently focused by the local user. | |||
[[Category:ProtoFlux:Interaction:UI]] | [[Category:ProtoFlux:Interaction:UI]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 00:22, 21 August 2025
Has Local Focus
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.