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

Method platform_keyboard_visible

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

Source from the content-addressed store, hash-verified

554 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_keyboard_get_force_fallback();
555 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void platform_keyboard_set_force_fallback([MarshalAs(UnmanagedType.Bool)] bool force_fallback);
556 [return: MarshalAs(UnmanagedType.Bool)]
557 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_keyboard_visible ();
558 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void platform_keyboard_show ([MarshalAs(UnmanagedType.Bool)] bool show, TextContext inputType);
559
560 ///////////////////////////////////////////

Callers 1

PlatformClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected