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 namespace MoonWorks.Input
{ {
public enum MouseButtonCode public enum MouseButtonCode
{ {
Left, Left,
Right, Right,
Middle, Middle,
X1, X1,
X2 X2
} }
} }