Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h124 bool GetAxesValue(const std::shared_ptr<PointerEvent> pointerEvent, napi_value element);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp791 bool JsInputMonitor::GetAxesValue(const std::shared_ptr<PointerEvent> pointerEvent, napi_value elem… in GetAxesValue() function in OHOS::MMI::JsInputMonitor
854 if (!GetAxesValue(pointerEvent, element)) { in GetMousePointerItem()