Added Next/PrevTabKeys.

Refactored ApplicationNavigation in prep for further work
This commit is contained in:
Tig
2024-08-02 13:57:23 -06:00
parent 79e50b4d8f
commit 8da833a4c6
8 changed files with 252 additions and 178 deletions

View File

@@ -201,6 +201,9 @@ public class ApplicationTests
// Keyboard
Assert.Empty (Application.GetViewKeyBindings ());
// Navigation
Assert.Null (Application.Navigation);
// Events - Can't check
//Assert.Null (Application.NotifyNewRunState);
//Assert.Null (Application.NotifyNewRunState);
@@ -241,6 +244,8 @@ public class ApplicationTests
//Application.WantContinuousButtonPressedView = new View ();
Application.Navigation = new ();
Application.ResetState ();
CheckReset ();