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

Method input_text_reset

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

Source from the content-addressed store, hash-verified

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);
586 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_solid (Handed hand, [MarshalAs(UnmanagedType.Bool)] bool solid);

Callers 1

TextResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected