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

Method ui_last_element_focused

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

Source from the content-addressed store, hash-verified

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();
770 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_focused();
771
772 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 ui_area_remaining();
773 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_nextline ();

Callers 1

UIClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected