MCPcopy Create free account
hub / github.com/axmolengine/axmol / onTouchesEnded

Method onTouchesEnded

tests/cpp-tests/Source/LabelTest/LabelTest.cpp:797–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797void 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
805void LabelFNTMultiLineAlignment::onTouchesMoved(const std::vector<Touch*>& touches, ax::Event* event)
806{

Callers

nothing calls this directly

Calls 2

snapArrowsToEdgeMethod · 0.95
setVisibleMethod · 0.45

Tested by

no test coverage detected