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

Method input_text_consume

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

Source from the content-addressed store, hash-verified

580 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_key_inject_press (Key key);
581 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_key_inject_release(Key key);
582 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern uint input_text_consume ();
583 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_text_reset ();
584 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_text_inject_char(uint character);
585 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_visible (Handed hand, [MarshalAs(UnmanagedType.Bool)] bool visible);

Callers 1

TextConsumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected