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

Method input_hand_sim_pose_clear

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

Source from the content-addressed store, hash-verified

576 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern HandSimId input_hand_sim_pose_add ([In] Pose[] in_arr_hand_joints_25, ControllerKey button1, ControllerKey and_button2, Key or_hotkey1, Key and_hotkey2);
577 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_sim_pose_remove(HandSimId id);
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);

Callers 1

HandSimPoseClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected