Mouse Button Event
This represents a mouse button event with button id and input modifiers
auto mbe = MouseButtonEvent(InputButton.B1, InputModifier.None);
See Implementation
Mouse Button Event
This represents a mouse button event with button id and input modifiers