File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Assets/Tests/InputSystem/Plugins
Packages/com.unity.inputsystem/InputSystem/Plugins/UI Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3001,7 +3001,8 @@ public IEnumerator UI_CanDriveUIFromGamepad()
30013001 EventSequence (
30023002 OneEvent ( "type" , EventType . Submit ) ,
30033003 OneEvent ( "device" , gamepad )
3004- ) ) ;
3004+ )
3005+ ) ;
30053006 Assert . That ( scene . rightChildReceiver . events , Is . Empty ) ;
30063007
30073008 scene . leftChildReceiver . events . Clear ( ) ;
@@ -3014,7 +3015,8 @@ public IEnumerator UI_CanDriveUIFromGamepad()
30143015 EventSequence (
30153016 OneEvent ( "type" , EventType . Cancel ) ,
30163017 OneEvent ( "device" , gamepad )
3017- ) ) ;
3018+ )
3019+ ) ;
30183020 Assert . That ( scene . rightChildReceiver . events , Is . Empty ) ;
30193021
30203022 scene . leftChildReceiver . events . Clear ( ) ;
Original file line number Diff line number Diff line change @@ -2473,6 +2473,7 @@ public override NavigationDeviceType GetNavigationEventDeviceType(BaseEventData
24732473 return NavigationDeviceType . Keyboard ;
24742474 return NavigationDeviceType . NonKeyboard ;
24752475 }
2476+
24762477#endif
24772478
24782479 private void HookActions ( )
You can’t perform that action at this time.
0 commit comments