-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update SystemWindowRelativeFocus for state tracking
Refactor SystemWindowRelativeFocus to a final class to handle state tracking for consumed windows and previous direction. Add new instance variables and methods to reset state and insert consumed windows. Update usages of SystemWindowRelativeFocus' methods to use instance methods instead of static methods. Add consumed windows tracking to ensure windows are not reused. Update SystemCommandRunner to initialize and use the new SystemWindowRelativeFocus instance.
- Loading branch information
Showing
2 changed files
with
38 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters