-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable image logging also for display controllers
To draw the current mouse location while either clicking or while indicating focus during typing we generalize previous location drawing functionality to the image logger class and retrieve a coordinates tuple from the location class. The controllers will only dump image logs for mouse clicking and key pressing and typing since mouse and key toggling are sometimes called internally for some controllers and not for others. In order to keep image logging expectations simple, it is best to only log in these more externally used methods of each controller. AutoPy controller changes are not covered in all cases until we can recover more of this DC backend later on. Isolation tests are now provided for the controller image logging where needed. While at it, provide raw regular expressions for imglog dump testing.
- Loading branch information
Showing
8 changed files
with
199 additions
and
46 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
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
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
Oops, something went wrong.