Phosphor::MouseButton
Inherits Enum < Comparable < Value < Object
Which mouse button a MouseEvent involved. Unknown covers both a
genuinely unrecognised button code and wheel events, which don't have a
button in this sense (the SGR protocol reuses the button-number bits for
scroll direction instead).
Constants
Left = 0
Middle = 1
Right = 2
Unknown = 3