Skip to content

Commit f9c61f5

Browse files
committed
Attempt to fix xml syntax error for doc
1 parent 2d195ed commit f9c61f5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Assets/ActionDebug.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using UnityEngine;
22
using UnityEngine.InputSystem;
3-
using UnityEngine.InputSystem.LowLevel;
43

54
public class ActionDebug : MonoBehaviour
65
{

Packages/com.unity.inputsystem/InputSystem/InputSystem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,6 @@ public static float pollingFrequency
13981398
/// propagation to happen, including updating interaction state, but will instead suppress any associated
13991399
/// notifications.
14001400
/// </remarks>
1401-
/// <returns>The current policy to be applied when processing input events marked as "handled".</returns>
14021401
/// <exception cref="ArgumentOutOfRangeException">If attempting to set this property to an unsupported
14031402
/// value.</exception>
14041403
public static InputEventHandledPolicy inputEventHandledPolicy

0 commit comments

Comments
 (0)