Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h91 void OnPointerEventInJsThread(const std::string &typeName, const int32_t fingers);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1205 jsMonitor->OnPointerEventInJsThread(jsMonitor->GetTypeName(), temp->fingers); in JsCallback()
1210 void JsInputMonitor::OnPointerEventInJsThread(const std::string &typeName, int32_t fingers) in OnPointerEventInJsThread() function in OHOS::MMI::JsInputMonitor