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

Method SetInt32

modules/ANativeWindowCreator.h:718–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716 }
717
718 void SetInt32(types::MetadataType key, int32_t value)
719 {
720 if (9 < SystemVersion)
721 ApiInvoker<"LayerMetadata::SetInt32@v10">()(data, key, value);
722 }
723
724 operator void *()
725 {

Callers 1

CreateSurfaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected