| 50 | } |
| 51 | |
| 52 | Ref<TestContainer> makeContainer(Scalar x, Scalar y, Scalar width, Scalar height) { |
| 53 | return makeShared<TestContainer>(Rect::makeXYWH(x, y, width, height)); |
| 54 | } |
| 55 | |
| 56 | CustomTapGestureRecognizer::CustomTapGestureRecognizer(size_t taps) |
| 57 | : TapGestureRecognizer(taps, GesturesConfiguration::getDefault()) {} |