Exemplo n.º 1
0
 protected GestureRecognizerContMotion(GestureConfig config, float screenRatio)
     : base(config, screenRatio)
 {
 }
Exemplo n.º 2
0
 private void StopGestureRecognition(GestureConfig config)
 {
     gestureConfigToRecognizer.Remove(config);
 }
Exemplo n.º 3
0
 private void StartGestureRecognition(GestureConfig config)
 {
     gestureConfigToRecognizer.Add(config, config.CreateRecognizer(ScreenAspectRatio));
 }
Exemplo n.º 4
0
 protected GestureRecognizer(GestureConfig config, float screenRatio)
 {
     Config = config;
     ScreenRatio = screenRatio;
 }
Exemplo n.º 5
0
 protected GestureRecognizer(GestureConfig config, float screenRatio)
 {
     Config      = config;
     ScreenRatio = screenRatio;
 }
 protected GestureRecognizerContMotion(GestureConfig config, float screenRatio)
     : base(config, screenRatio)
 {
 }