| 415 | } |
| 416 | |
| 417 | void CADrawerController::ccTouchCancelled(CATouch *pTouch, CAEvent *pEvent) |
| 418 | { |
| 419 | this->ccTouchEnded(pTouch, pEvent); |
| 420 | } |
| 421 | |
| 422 | void CADrawerController::setBackgroundView(CrossApp::CAView *var) |
| 423 | { |
nothing calls this directly
no test coverage detected