MouseButton

enum

Namespace: Vuplex.WebView

Enum for the different mouse buttons.

This enum's values are compatible with those from the UnityEngine.EventSystem InputButton enum, so you can safely cast an InputButton to a MouseButton.

Summary

Values

Left

The left mouse button (i.e. left click).

Middle

The center mouse button.

The right mouse button (i.e. right click).