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

Method input_key_inject_press

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

Source from the content-addressed store, hash-verified

578 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_sim_pose_clear ();
579
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 ();

Callers 1

KeyInjectPressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected