Searched refs:ReplaceInputEvent (Results 1 – 2 of 2) sorted by relevance
143 void ReplaceInputEvent(OnMouseEventFunc&& callback) in ReplaceInputEvent() function150 void ReplaceInputEvent(OnHoverFunc&& callback) in ReplaceInputEvent() function158 void ReplaceInputEvent(OnAxisEventFunc&& callback) in ReplaceInputEvent() function166 void ReplaceInputEvent(OnAccessibilityHoverFunc&& callback) in ReplaceInputEvent() function
43 mouseEventActuator_->ReplaceInputEvent(std::move(onMouseEventFunc)); in SetMouseEvent()96 hoverEventActuator_->ReplaceInputEvent(std::move(onHoverEventFunc)); in SetHoverEvent()104 … accessibilityHoverEventActuator_->ReplaceInputEvent(std::move(onAccessibilityHoverEventFunc)); in SetAccessibilityHoverEvent()