Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp421 auto source = IsMouseWheelScroll(info) ? SCROLL_FROM_AXIS : SCROLL_FROM_UPDATE; in HandleDragUpdate()
469 if (!moved_ || IsMouseWheelScroll(info)) { in HandleDragEnd()
1306 inline bool Scrollable::IsMouseWheelScroll(const GestureEvent& info) in IsMouseWheelScroll() function in OHOS::Ace::NG::Scrollable
H A Dscrollable.h498 static inline bool IsMouseWheelScroll(const GestureEvent& info);