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

Method ui_last_element_hand_used

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

Source from the content-addressed store, hash-verified

764 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_layout_pop ();
765
766 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_used (Handed hand);
767 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_active (Handed hand);
768 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_focused(Handed hand);
769 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_active();

Callers 1

LastElementHandUsedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected