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