MCPcopy Create free account
hub / github.com/BabitMF/bmf / UpdateNativeWindow

Method UpdateNativeWindow

bmf_lite/ohos/entry/src/main/cpp/render/plugin_render.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void PluginRender::UpdateNativeWindow(void *window, uint64_t width,
560 uint64_t height) {
561 renderThread_->UpdateNativeWindow(window, width, height);
562}
563
564void PluginRender::OnTouchEvent(OH_NativeXComponent *component, void *window) {
565 OH_NativeXComponent_TouchEvent touchEvent;

Callers 1

OnSurfaceCreatedCBFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected