c++ plugin,is there a way to get the current text cursor position for editbox control?
For a multi-line edit box control, once the control gains input focus, within the control or on the screeis there a way to get the current caret (text cursor) positionn? I’m not looking to get the cursor position in the text flow, but rather the cursor's position within the control or on the screen.
The kTextEditBoxWidgetBoss includes an ICursorRegion interface, but I’m not sure how to use it. From the functions provided by that interface, it doesn't seem to offer what I need.
Has anyone had experience with this? Any help would be greatly appreciated.
