コード例 #1
0
ファイル: KeyCounterCollection.cs プロジェクト: swt369/osu
 public Receptor(KeyCounterCollection target)
 {
     AlwaysReceiveInput = true;
     RelativeSizeAxes   = Axes.Both;
     this.target        = target;
 }
コード例 #2
0
 public Receptor(KeyCounterCollection target)
 {
     RelativeSizeAxes = Axes.Both;
     this.target      = target;
 }
コード例 #3
0
ファイル: KeyCounterCollection.cs プロジェクト: uyitroa/osu
 public Receptor(KeyCounterCollection target)
 {
     RelativeSizeAxes = Axes.Both;
     Depth            = float.MinValue;
     Target           = target;
 }