PointerOptions

class

Namespace: Vuplex.WebView

Options to alter pointer methods, like PointerUp() and PointerDown().

Summary

Public properties

Button

MouseButton Button

The button for the event. The default is MouseButton.Left.

ClickCount

int ClickCount

The number of clicks for the event. For example, for a double click, set this value to 2. The default value is 1.

PreventStealingFocus

bool PreventStealingFocus

Whether to prevent the click event from stealing focus from the currently focused webview. The default value is false.