Example #1
0
void UIListView::checkChildInfo(int handleState,UIWidget* sender,const Point &touchPoint)
{
    interceptTouchEvent(handleState, sender, touchPoint);
}
Example #2
0
void UIDragPanel::checkChildInfo(int handleState, UIWidget *sender, const CCPoint &touchPoint)
{
    interceptTouchEvent(handleState, sender, touchPoint);
}