fix spacing

pull/37/head
cosmonaut 2022-11-18 10:34:32 -08:00
parent faf81bceed
commit ca9fb45536
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
namespace MoonWorks.Input
{
public enum MouseButtonCode
{
Left,
Right,
Middle,
public enum MouseButtonCode
{
Left,
Right,
Middle,
X1,
X2
}
}
}