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

Method ui_input_16

StereoKit/Native/NativeAPI.cs:840–841  ·  view source on GitHub ↗
(string id,   StringBuilder buffer, int buffer_size, Vec2 size, TextContext type)

Source from the content-addressed store, hash-verified

838 [return: MarshalAs(UnmanagedType.Bool)]
839 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_model (IntPtr model, Vec2 ui_size, float model_scale);
840 [return: MarshalAs(UnmanagedType.Bool)]
841 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_input_16 (string id, StringBuilder buffer, int buffer_size, Vec2 size, TextContext type);
842 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_progress_bar (float percent, float width);
843 [return: MarshalAs(UnmanagedType.Bool)]
844 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_hslider_16 (string id, ref float value, float min, float max, float step, float width, UIConfirm confirm_method, UINotify notify_on);

Callers 1

InputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected