mirror of
https://github.com/taigrr/adb.git
synced 2026-04-01 18:48:42 -07:00
Added Resolution type
This commit is contained in:
@@ -95,7 +95,12 @@ type Input interface {
|
||||
}
|
||||
|
||||
type TapSequence struct {
|
||||
Events []Input
|
||||
Events []Input
|
||||
Resolution Resolution
|
||||
}
|
||||
type Resolution struct {
|
||||
Width int
|
||||
Height int
|
||||
}
|
||||
|
||||
// ShortenSleep allows you to shorten all the sleep times between tap and swipe events.
|
||||
|
||||
Reference in New Issue
Block a user