forked from MoonsideGames/MoonWorks
fix spacing
parent
faf81bceed
commit
ca9fb45536
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue