Searched refs:okTapped_ (Results 1 – 1 of 1) sorted by relevance
38 bool okTapped_ = false; member in teeui::example::touch_button::GUIStateTouch47 GUIStateTouch() : okTapped_(false), cancelTapped_(false), inverted_(false), layoutInstance_{} {} in GUIStateTouch()49 bool isOkTapped() const { return okTapped_; } in isOkTapped()54 okTapped_ = true; in tapOk()