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

Method ui_is_interacting

StereoKit/Native/NativeAPI.cs:780–781  ·  view source on GitHub ↗
(Handed hand)

Source from the content-addressed store, hash-verified

778 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_hspace (float horizontal_space);
779
780 [return: MarshalAs(UnmanagedType.Bool)]
781 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool ui_is_interacting (Handed hand);
782 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_button_behavior(Vec3 window_relative_pos, Vec2 size, ulong id, out float finger_offset, out BtnState button_state, out BtnState focus_state, out int hand);
783 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_button_behavior_depth(Vec3 window_relative_pos, Vec2 size, ulong id, float button_depth, float button_activation_depth, out float finger_offset, out BtnState button_state, out BtnState focus_state, out int hand);
784

Callers 1

IsInteractingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected