Translate a PDTextSelect variable to a PDEElement
I'm working with a PDTextSelect variable in order to get user selected text. Is there any way to then turn this PDTextSelect varible into a PDEElement? I have tried a couple of thing so far including reinterpret_cast<PDEElement> but nothing has worked.
