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

Method ui_pop_enabled

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

Source from the content-addressed store, hash-verified

745 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_tint ();
746 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_enabled ([MarshalAs(UnmanagedType.Bool)] bool enabled);
747 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_enabled ();
748 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_preserve_keyboard([MarshalAs(UnmanagedType.Bool)] bool preserve_keyboard);
749 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_preserve_keyboard ();
750 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_surface (Pose surface_pose, Vec3 layout_start, Vec2 layout_dimensions);

Callers 1

PopEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected