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

Method input_hand_source

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

Source from the content-addressed store, hash-verified

563 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pointer input_pointer (int index, InputSource filter = InputSource.Any);
564 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_hand (Handed hand);
565 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern HandSource input_hand_source (Handed hand);
566 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr input_controller (Handed hand);
567 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState input_controller_menu();
568 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_override (Handed hand, [In] HandJoint[] hand_joints);

Callers 1

HandSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected