Table of Contents

Interface IMouseModifiers

Namespace
DotNetBrowser.Input.Mouse.Events
Assembly
DotNetBrowser.dll

The mouse modifiers indicating which mouse buttons are currently pressed.

public interface IMouseModifiers

Properties

BackButtonDown

Indicates whether the first extended ("Back") mouse button is pressed.

ForwardButtonDown

Indicates whether the second extended ("Forward") mouse button is pressed.

MiddleButtonDown

Indicates whether the middle mouse button is pressed.

PrimaryButtonDown

Indicates whether the primary mouse button is pressed.

SecondaryButtonDown

Indicates whether the secondary mouse button is pressed.