Options to alter pointer methods, like PointerUp() and PointerDown().
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
.
bool PreventStealingFocus
Whether to prevent the click event from stealing focus from the currently focused webview. The default value is false
.