Home > vm-providers > MouseButton
Mouse buttons that can be sent to a virtual machine through VM.sendMouseDownEvent() and VM.sendMouseUpEvent().
Signature:
export declare enum MouseButton
| Member | Value | Description |
|---|---|---|
| LEFT | "0" |
|
| MIDDLE | "1" |
|
| RIGHT | "2" |