protected GestureRecognizerContMotion(GestureConfig config, float screenRatio) : base(config, screenRatio) { }
protected GestureRecognizer(GestureConfig config, float screenRatio) { CurrentGestureEvents = new PoolListStruct <GestureEvent>(8, NewEventFactory); Config = config; ScreenRatio = screenRatio; }