Ejemplo n.º 1
0
 /// <summary>Clear out the override status from Input.HandOverride,
 /// and restore the user's control over it again.</summary>
 /// <param name="hand">Which hand are we clearing the override on?
 /// </param>
 public static void HandClearOverride(Handed hand)
 => NativeAPI.input_hand_override(hand, IntPtr.Zero);