Hello!
I consult the example ImageCroppingWidget, and an API of FullScreenRenderWindow called getApiSpecificRenderWindow is used.
Now I want to reappear this example in GenericRenderWindow, but there is no such API. My questions are what is available to replace getApiSpecificRenderWindow in GenericRenderWindow, and is there anything else to note when reappering ImageCroppingWidget in GenericRenderWindow?
Thank you a lot!