better class docs
This commit is contained in:
parent
8822000ad1
commit
5f24267ebb
@ -18,7 +18,8 @@ import kotlin.random.Random
|
||||
*
|
||||
* ```
|
||||
* val doer = Doer()
|
||||
* doer.mouseMove(Point(100, 200))
|
||||
* val nearbyPoint = doer.getAlmostPoint(Point(100, 200), WiggleParams(50, 50))
|
||||
* doer.mouseMove(nearbyPoint)
|
||||
* doer.click(InputEvent.BUTTON1_DOWN_MASK)
|
||||
* ```
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user