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