コード例 #1
0
void UIWidget::onTouchLongClicked(const CCPoint &touchPoint)
{
    longClickEvent();
}
コード例 #2
0
void UIWidget::onTouchLongClicked(const cocos2d::Point &touchPoint)
{
    longClickEvent();
}