[ci skip] add comment for UIWidget::_hittedByCamera.

This commit is contained in:
Vincent Yang 2015-07-01 11:03:09 +08:00
parent 2ba6f266ad
commit 96b49277cc
1 changed files with 2 additions and 0 deletions

View File

@ -958,6 +958,8 @@ protected:
Vec2 _positionPercent;
bool _hitted;
// weak reference of the camera which made the widget passed the hit test when response touch begin event
// it's useful in the next touch move/end events
const Camera *_hittedByCamera;
EventListenerTouchOneByOne* _touchListener;
Vec2 _touchBeganPosition;