Type:IFocusable: Difference between revisions

From Resonite Wiki
Added a page for the IFocusable type.
 
Added category: Interface types
 
Line 2: Line 2:


Many [[Component:TextField|Textfields]] are focusable when interacted with and can take the [[User|user's]] focus, showing a [[Resonite_Keyboard|keyboard]] in front of the user. This can be used with nodes such as [[ProtoFlux:Focus Focusable|Focus Focusable]] to utilize such types.
Many [[Component:TextField|Textfields]] are focusable when interacted with and can take the [[User|user's]] focus, showing a [[Resonite_Keyboard|keyboard]] in front of the user. This can be used with nodes such as [[ProtoFlux:Focus Focusable|Focus Focusable]] to utilize such types.
[[Category:Interface types]]

Latest revision as of 17:02, 25 August 2025

The IFocusable type is an Interface Type that takes in a UIX element that inherits from a focusable class.

Many Textfields are focusable when interacted with and can take the user's focus, showing a keyboard in front of the user. This can be used with nodes such as Focus Focusable to utilize such types.