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

Method platform_keyboard_show

StereoKit/Native/NativeAPI.cs:558–558  ·  view source on GitHub ↗
([MarshalAs(UnmanagedType.Bool)] bool show, TextContext inputType)

Source from the content-addressed store, hash-verified

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 ///////////////////////////////////////////
561

Callers 1

KeyboardShowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected