We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab32cb commit e12c5efCopy full SHA for e12c5ef
1 file changed
Packages/com.unity.inputsystem/Tests/TestFixture/InputTestFixture.cs
@@ -845,7 +845,7 @@ public void Trigger(InputAction action)
845
/// Utility function for manually scheduling an InputFocusEvent.
846
/// This is useful for testing how the system reacts to focus changes.
847
/// </summary>
848
- /// <param name="focus">The focus state to be scheduled.</param>
+ /// <param name="applicationHasFocus">The focus state to be scheduled.</param>
849
public unsafe void ScheduleFocusChangedEvent(bool applicationHasFocus)
850
{
851
#if UNITY_INPUTSYSTEM_SUPPORTS_FOCUS_EVENTS
0 commit comments