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

Class SurfaceControl

modules/ANativeWindowCreator.h:482–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480 };
481
482 struct SurfaceControl
483 {
484 struct ApiTable
485 {
486 void *GetSurface;
487 void *DisConnect;
488 void *GetParentingLayer;
489
490 void *SetLayer;
491 };
492
493 inline static ApiTable Api;
494 };
495
496 struct Surface
497 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected