Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bzi-Han/AndroidSurfaceImgui
/ DisConnect
Method
DisConnect
modules/ANativeWindowCreator.h:799–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
797
}
798
799
void DisConnect()
800
{
801
if (nullptr == data)
802
return;
803
804
ApiInvoker<
"SurfaceControl::DisConnect"
>()(data);
805
}
806
807
void SetLayer(int32_t z)
808
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected