Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAPI: Create Overlay with View/Replace View #252

Open
Gurkengewuerz opened this issue May 17, 2020 · 2 comments
Open

CAPI: Create Overlay with View/Replace View #252

Gurkengewuerz opened this issue May 17, 2020 · 2 comments

Comments

@Gurkengewuerz
Copy link

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.

@maneac
Copy link

maneac commented May 17, 2020

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

@Gurkengewuerz
Copy link
Author

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants