File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/Tests/InputSystem/Plugins
Packages/com.unity.inputsystem/InputSystem/Plugins/UI Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1533,7 +1533,7 @@ public IEnumerator UI_CanDriveUIFromMultiplePointers(UIPointerBehavior pointerBe
15331533 [ Category ( "UI" ) ]
15341534 [ Description ( "Tests that disabling the UI module during a Button click event works correctly with touch pointers." +
15351535 "ISXB-687" ) ]
1536- public IEnumerator UI_DisablingEventSystemOnClickEventWorksWithTouchPointersWorks ( )
1536+ public IEnumerator UI_DisablingEventSystemOnClickEventWorksWithTouchPointers ( )
15371537 {
15381538 var touch = InputSystem . AddDevice < Touchscreen > ( ) ;
15391539 var scene = CreateTestUI ( ) ;
Original file line number Diff line number Diff line change @@ -2070,7 +2070,7 @@ private bool SendPointerExitEventsAndRemovePointer(int index)
20702070
20712071 private bool RemovePointerAtIndex ( int index )
20722072 {
2073- // Pointers can have be reset before (e.g. when calling OnDisable) which would make m_PointerStates
2073+ // Pointers might have been reset before (e.g. when calling OnDisable) which would make m_PointerStates
20742074 // empty (ISXB-687).
20752075 if ( m_PointerStates . length == 0 )
20762076 return false ;
You can’t perform that action at this time.
0 commit comments