Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp814 static bool IsAxisEvent(int32_t action) in IsAxisEvent() function
1226 …} else if (event->GetSourceType() == SOURCE_TYPE_MOUSE && !IsAxisEvent(event->GetPointerAction()))… in PointerEventMonitorCallback()
1228 …} else if (IsAxisEvent(event->GetPointerAction()) && event->GetSourceType() != SOURCE_TYPE_TOUCHSC… in PointerEventMonitorCallback()
1580 …} else if (event->GetSourceType() == SOURCE_TYPE_MOUSE && !IsAxisEvent(event->GetPointerAction()))… in PointerEventInterceptorCallback()
1582 …} else if (IsAxisEvent(event->GetPointerAction()) && event->GetSourceType() != SOURCE_TYPE_TOUCHSC… in PointerEventInterceptorCallback()