Open topic with navigation
<node3d:GUI:textbox>.setCursorPos
Sets the position of the cursor in the textbox.
<node3d:GUI:textbox>.setCursorPos( |
|
pos |
) |
|
pos
0-based index to place the cursor
Remarks
If the position specified is greator than the length of the text or less than zero, the cursor will be set to the end of the text.
Return Value
None