MouseButtonsにはFlagsAttribute属性があり、同時に押されることが想定されています。
列挙子 | 数値 | 意味 |
---|---|---|
None | 0 | ボタンが押されていない |
Left | 1048576 | マウスの右ボタンが押された |
Right | 2097152 | マウスの左ボタンが押された |
Middle | 4194304 | マウスの中ボタンが押された |
XButton1 | 8388608 | Microsoft IntelliMouse Explorerの、第1XButton (XBUTTON1) が押された |
XButton2 | 16777216 | Microsoft IntelliMouse Explorerの、第2XButton (XBUTTON2) が押された |