File tree 4 files changed +6
-6
lines changed
osu.Desktop.VisualTests/Tests
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ public override void Reset()
23
23
IsCounting = true
24
24
} ;
25
25
Add ( kc ) ;
26
- kc . AddKey ( new KeyCounterKeyBoard ( @"Z" , Key . Z ) ) ;
27
- kc . AddKey ( new KeyCounterKeyBoard ( @"X" , Key . X ) ) ;
26
+ kc . AddKey ( new KeyCounterKeyboard ( @"Z" , Key . Z ) ) ;
27
+ kc . AddKey ( new KeyCounterKeyboard ( @"X" , Key . X ) ) ;
28
28
kc . AddKey ( new KeyCounterMouse ( @"M1" , MouseButton . Left ) ) ;
29
29
kc . AddKey ( new KeyCounterMouse ( @"M2" , MouseButton . Right ) ) ;
30
30
}
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public override void Load()
91
91
}
92
92
} ;
93
93
//Set this manually because an element with Alpha=0 won't take it size to AutoSizeContainer,
94
- //so the size can be changing between buttonSpirit and glowSpirit .
94
+ //so the size can be changing between buttonSprite and glowSprite .
95
95
Height = buttonSprite . Height ;
96
96
Width = buttonSprite . Width ;
97
97
}
Original file line number Diff line number Diff line change 7
7
8
8
namespace osu . Game . Graphics . UserInterface
9
9
{
10
- public class KeyCounterKeyBoard : KeyCounter
10
+ public class KeyCounterKeyboard : KeyCounter
11
11
{
12
12
public Key Key { get ; }
13
- public KeyCounterKeyBoard ( string name , Key key ) : base ( name )
13
+ public KeyCounterKeyboard ( string name , Key key ) : base ( name )
14
14
{
15
15
Key = key ;
16
16
}
Original file line number Diff line number Diff line change 54
54
<Compile Include =" Graphics\Processing\RatioAdjust.cs" />
55
55
<Compile Include =" Graphics\TextAwesome.cs" />
56
56
<Compile Include =" Graphics\UserInterface\KeyCounter.cs" />
57
- <Compile Include =" Graphics\UserInterface\KeyCounterKeyBoard .cs" />
57
+ <Compile Include =" Graphics\UserInterface\KeyCounterKeyboard .cs" />
58
58
<Compile Include =" Graphics\UserInterface\KeyCounterCollection.cs" />
59
59
<Compile Include =" Graphics\UserInterface\KeyCounterMouse.cs" />
60
60
<Compile Include =" Online\API\APIAccess.cs" />
You can’t perform that action at this time.
0 commit comments