Add get screen resolution code

This commit is contained in:
2022-08-02 21:29:10 -07:00
parent 0bf89f9a2d
commit cab458ce53
4 changed files with 95 additions and 2 deletions

View File

@@ -11,5 +11,6 @@ var (
ErrNotInstalled = errors.New("adb is not installed or not in PATH")
ErrCoordinatesNotFound = errors.New("coordinates for an input event are missing")
ErrConnUSB = errors.New("cannot call connect to device using USB")
ErrResolutionParseFail = errors.New("failed to parse screen size from input text")
ErrUnspecified = errors.New("an unknown error has occurred, please open an issue on GitHub")
)