cocos2d-xでジェスチャーを扱う為のレイヤークラスです。
一応、以下のジェスチャーに対応しています。
- シングルタップ / ダブルタップ
- スクロール
- ホールド/ドラッグ
- フリック
- スワイプ
- ピンチ操作(ピンチイン/ピンチアウト) 詳しくは、 NWGestureLayer.hpp を見てください。
きっと、どこかバグがあると思います( 大してテストしてn(ry
NWGestureLayer is Layer class for using gestures in cocos2d-x. You can use the following gestures.
- SingleTap / DoubleTap
- Scroll
- Hold / Dragged
- Flick
- Swipe
- PinchAction (PinchIn/PinchOut)
Please refer to the NWGestureLayer.hpp for more information.
Sorry, there may be a bug ;)