Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event.h143 void ReplaceInputEvent(OnMouseEventFunc&& callback) in ReplaceInputEvent() function
150 void ReplaceInputEvent(OnHoverFunc&& callback) in ReplaceInputEvent() function
158 void ReplaceInputEvent(OnAxisEventFunc&& callback) in ReplaceInputEvent() function
166 void ReplaceInputEvent(OnAccessibilityHoverFunc&& callback) in ReplaceInputEvent() function
H A Dinput_event_hub.h43 mouseEventActuator_->ReplaceInputEvent(std::move(onMouseEventFunc)); in SetMouseEvent()
96 hoverEventActuator_->ReplaceInputEvent(std::move(onHoverEventFunc)); in SetHoverEvent()
104 … accessibilityHoverEventActuator_->ReplaceInputEvent(std::move(onAccessibilityHoverEventFunc)); in SetAccessibilityHoverEvent()