| 795 | } |
| 796 | |
| 797 | void LabelFNTMultiLineAlignment::onTouchesEnded(const std::vector<Touch*>& touches, ax::Event* event) |
| 798 | { |
| 799 | _drag = false; |
| 800 | this->snapArrowsToEdge(); |
| 801 | |
| 802 | this->_arrowsBar->setVisible(false); |
| 803 | } |
| 804 | |
| 805 | void LabelFNTMultiLineAlignment::onTouchesMoved(const std::vector<Touch*>& touches, ax::Event* event) |
| 806 | { |
nothing calls this directly
no test coverage detected