Gets an enumeration of all the mouse buttons currently pressed down
The mouse class keeps track of which buttons are pressed down. Please note that it is possible for more than one mouse button to be pressed at any given time.
C# Eg., if (sdgManager1.Mice[0].Buttons & MouseButtons.Left) {}