Nerfed/Nerfed.Runtime/Input/MouseButton.cs

10 lines
117 B
C#
Raw Normal View History

namespace Nerfed.Runtime;
public enum MouseButton
{
Left,
Middle,
Right,
XButton1,
XButton2
}