Ejemplo n.º 1
0
 public Receptor(KeyCounterCollection target)
 {
     AlwaysReceiveInput = true;
     RelativeSizeAxes   = Axes.Both;
     this.target        = target;
 }
Ejemplo n.º 2
0
 public Receptor(KeyCounterCollection target)
 {
     RelativeSizeAxes = Axes.Both;
     this.target      = target;
 }
Ejemplo n.º 3
0
 public Receptor(KeyCounterCollection target)
 {
     RelativeSizeAxes = Axes.Both;
     Depth            = float.MinValue;
     Target           = target;
 }