Skip to main content

PointerUpdateKind Enum

Definition

Namespace:Avalonia.Input
Assembly:Avalonia.Base
Package:Avalonia
public enum PointerUpdateKind

Inheritance: Enum -> PointerUpdateKind

Fields

NameDescription
LeftButtonPressedNo summary available.
LeftButtonReleasedNo summary available.
MiddleButtonPressedNo summary available.
MiddleButtonReleasedNo summary available.
OtherNo summary available.
RightButtonPressedNo summary available.
RightButtonReleasedNo summary available.
XButton1PressedNo summary available.
XButton1ReleasedNo summary available.
XButton2PressedNo summary available.
XButton2ReleasedNo summary available.

LeftButtonPressed Field

public Avalonia.Input.PointerUpdateKind LeftButtonPressed

LeftButtonReleased Field

public Avalonia.Input.PointerUpdateKind LeftButtonReleased

MiddleButtonPressed Field

public Avalonia.Input.PointerUpdateKind MiddleButtonPressed

MiddleButtonReleased Field

public Avalonia.Input.PointerUpdateKind MiddleButtonReleased

Other Field

public Avalonia.Input.PointerUpdateKind Other

RightButtonPressed Field

public Avalonia.Input.PointerUpdateKind RightButtonPressed

RightButtonReleased Field

public Avalonia.Input.PointerUpdateKind RightButtonReleased

XButton1Pressed Field

public Avalonia.Input.PointerUpdateKind XButton1Pressed

XButton1Released Field

public Avalonia.Input.PointerUpdateKind XButton1Released

XButton2Pressed Field

public Avalonia.Input.PointerUpdateKind XButton2Pressed

XButton2Released Field

public Avalonia.Input.PointerUpdateKind XButton2Released