abstract fun <PFRML : Any> dragDrop(target: PFRML): Int
Drags from region's last match and drop at given target using left mouse button.
PFRML
- Pattern, Filename (String), Region, Match or Location.
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.
PFRML
- Pattern, Filename (String), Region, Match or Location.
FindFailed
- If the find operation failed.
Return
1 if possible, 0 otherwise.