Represents mouse buttons that could be pressed. These do not match the mouse buttons from the MouseEvent (which are much lower). This is so we can check for a combination of keyboard modifiers and mouse buttons (e.g. Shift + Left Click).
Shift
Represents mouse buttons that could be pressed. These do not match the mouse buttons from the MouseEvent (which are much lower). This is so we can check for a combination of keyboard modifiers and mouse buttons (e.g.
Shift
+ Left Click).