Searched refs:clickEventFunc_ (Results 1 – 2 of 2) sorted by relevance
459 if (clickEventFunc_.has_value()) { in SetButtonPress()460 (clickEventFunc_.value())(info); in SetButtonPress()497 clickEventFunc_ = gestureEventHub->GetClickEvent(); in FireBuilder()
396 std::optional<GestureEventFunc> clickEventFunc_; variable