Get Position under MouseCursor
Hi,
I want to use Drag and Drop functionality within TLF. I implemented a version where I can drop an image on the TLF-Container and it is inserted on the current cursor position (activePosition). But I want to insert the image at the position where the mouseUp event happens which is not equal to the active position. (How) is it possible to get the TextFlow position where the mouse is currently over in order to insert the target correctly?
