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

Method ui_push_enabled

StereoKit/Native/NativeAPI.cs:746–746  ·  view source on GitHub ↗
([MarshalAs(UnmanagedType.Bool)] bool enabled)

Source from the content-addressed store, hash-verified

744 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_tint (Color tint_gamma);
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 ();

Callers 1

PushEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected