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

Method get

modules/ANativeWindowCreator.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 return pointer;
131 }
132 inline any_t *get() const
133 {
134 return pointer;
135 }
136 inline explicit operator bool() const
137 {
138 return nullptr != pointer;

Callers 5

CreateSurfaceMethod · 0.80
MirrorSurfaceMethod · 0.80
GetDisplayInfoMethod · 0.80
EndFrameMethod · 0.80
ServerWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected