skrypton-api / com.waicool20.skrypton.sikulix / ISikuliRegion / dragDrop

dragDrop

abstract fun <PFRML : Any> dragDrop(target: PFRML): Int

Drags from region's last match and drop at given target using left mouse button.

Parameters

PFRML - Pattern, Filename (String), Region, Match or Location.

target - Target to drop at.

Exceptions

FindFailed - If the find operation failed.

Return
1 if possible, 0 otherwise.

abstract fun <PFRML : Any> dragDrop(t1: PFRML, t2: PFRML): Int

Drag from a position and drop to another using left mouse button.

Parameters

PFRML - Pattern, Filename (String), Region, Match or Location.

t1 - Source position.

t2 - Target position.

Exceptions

FindFailed - If the find operation failed.

Return
1 if possible, 0 otherwise.