move SButtons into root
This commit is contained in:
parent
b71601a252
commit
11b889992c
|
@ -2,7 +2,7 @@ using System;
|
|||
using Microsoft.Xna.Framework.Input;
|
||||
using StardewValley;
|
||||
|
||||
namespace StardewModdingAPI.Utilities
|
||||
namespace StardewModdingAPI
|
||||
{
|
||||
/// <summary>A unified button constant which includes all controller, keyboard, and mouse buttons.</summary>
|
||||
/// <remarks>Derived from <see cref="Keys"/>, <see cref="Buttons"/>, and <see cref="System.Windows.Forms.MouseButtons"/>.</remarks>
|
|
@ -229,7 +229,7 @@
|
|||
<Compile Include="Translation.cs" />
|
||||
<Compile Include="ICursorPosition.cs" />
|
||||
<Compile Include="Utilities\SDate.cs" />
|
||||
<Compile Include="Utilities\SButton.cs" />
|
||||
<Compile Include="SButton.cs" />
|
||||
<Compile Include="Framework\CursorPosition.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue