MouseInputEvent オブジェクトは `InputEvent` を継承
- typestring - イベントの種類。- mouseDown、- mouseUp、- mouseEnter、- mouseLeave、- contextMenu、- mouseWheel、- mouseMoveのいずれか。
- x整数
- y整数
- buttonstring (オプション) - 押されたボタン。- left、- middle、- rightのいずれか。
- globalX整数 (オプション)
- globalY整数 (オプション)
- movementX整数 (オプション)
- movementY整数 (オプション)
- clickCount整数 (オプション)