Ultralight
Ultralight copied to clipboard
CAPI: Create Overlay with View/Replace View
Hey,
i am using the CAPI and i created an inspector view by using ulViewCreateInspectorView
. But now i dont know how to attach this view to an new/existing overlay :/
Am i missing something in the api?
Using the C++ API you can create an overlay with a existing view with Overlay::Create.
Something along the lines of:
ACExport ULOverlay ulCreateOverlayFromView(ULWindow window, ULView view, int x, int y)
in the AppCore C API would allow the use of the inspector view in non-C++ applications, and bring the C API closer to feature parity.
+1 for this to be implemented
Any updates on this?