Skip to content

Commit e12c5ef

Browse files
fixed xmldoc issue
1 parent 4ab32cb commit e12c5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/Tests/TestFixture/InputTestFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ public void Trigger(InputAction action)
845845
/// Utility function for manually scheduling an InputFocusEvent.
846846
/// This is useful for testing how the system reacts to focus changes.
847847
/// </summary>
848-
/// <param name="focus">The focus state to be scheduled.</param>
848+
/// <param name="applicationHasFocus">The focus state to be scheduled.</param>
849849
public unsafe void ScheduleFocusChangedEvent(bool applicationHasFocus)
850850
{
851851
#if UNITY_INPUTSYSTEM_SUPPORTS_FOCUS_EVENTS

0 commit comments

Comments
 (0)