MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / IsInteracting

Method IsInteracting

StereoKit/Systems/UI.cs:200–201  ·  view source on GitHub ↗

Tells if the user is currently interacting with a UI element! This will be true if the hand has an active or focused UI element. Which hand is interacting? True if the hand has an active or focused UI element. False otherwise.

(Handed hand)

Source from the content-addressed store, hash-verified

198 /// <returns>True if the hand has an active or focused UI element.
199 /// False otherwise.</returns>
200 public static bool IsInteracting(Handed hand)
201 => NativeAPI.ui_is_interacting(hand);
202
203 /// <summary>This allows you to explicitly set a theme color, for finer
204 /// grained control over the UI appearance. Each theme type is still

Callers 1

DrawMethod · 0.80

Calls 1

ui_is_interactingMethod · 0.80

Tested by

no test coverage detected