forked from MoonsideGames/MoonWorks
fix spacing
parent
faf81bceed
commit
ca9fb45536
|
@ -1,11 +1,11 @@
|
|||
namespace MoonWorks.Input
|
||||
{
|
||||
public enum MouseButtonCode
|
||||
{
|
||||
Left,
|
||||
Right,
|
||||
Middle,
|
||||
public enum MouseButtonCode
|
||||
{
|
||||
Left,
|
||||
Right,
|
||||
Middle,
|
||||
X1,
|
||||
X2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue