abstract fun <PFRML : Any> dropAt(target: PFRML): Int
Ends a mouse drop action. (Moves mouse to a location and releases the button)
PFRML
- Pattern, Filename (String), Region, Match or Location.
target
- Location to release the mouse button.
FindFailed
- If the find operation failed.
Return
1 if possible, 0 otherwise.