Home
last modified time | relevance | path

Searched refs:systemSessionPointerEventFunc (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4579 NotifySystemSessionPointerEventFunc systemSessionPointerEventFunc = nullptr; in SendPointerEventToUI() local
4582 systemSessionPointerEventFunc = systemSessionPointerEventFunc_; in SendPointerEventToUI()
4584 if (systemSessionPointerEventFunc != nullptr) { in SendPointerEventToUI()
4585 systemSessionPointerEventFunc(pointerEvent); in SendPointerEventToUI()