EditableText.copyText
void copyText(int startPos, int endPos)Copy text from start_pos up to, but not including end_pos to the clipboard.
Parameters
startPos | start position |
endPos | end position |
void copyText(int startPos, int endPos)Copy text from start_pos up to, but not including end_pos to the clipboard.
startPos | start position |
endPos | end position |