MCPcopy Create free account
hub / github.com/Bzi-Han/AndroidSurfaceImgui / SurfaceControl

Method SurfaceControl

modules/ANativeWindowCreator.h:743–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741 bool skipScreenshot;
742
743 SurfaceControl(void *data = nullptr)
744 : data(data),
745 width(0),
746 height(0),
747 skipScreenshot(false)
748 {
749 }
750 SurfaceControl(void *data, int32_t width, int32_t height, bool skipScreenshot)
751 : data(data),
752 width(width),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected