RawTouchEventArgs Class

Namespace
Avalonia.Input.Raw
Base Types
graph BT Type-->Base0["RawPointerEventArgs"] click Base0 "/api/Avalonia.Input.Raw/RawPointerEventArgs" Base0-->Base1["RawInputEventArgs"] click Base1 "/api/Avalonia.Input.Raw/RawInputEventArgs" Base1-->Base2["EventArgs"] Base2-->Base3["object"] Type["RawTouchEventArgs"] class Type type-node

Syntax

public class RawTouchEventArgs : RawPointerEventArgs

Constructors

Properties

Name Value Summary
Device IInputDevice
Gets the associated device.
Inherited from RawInputEventArgs
Handled bool
Gets or sets a value indicating whether the event was handled.
Inherited from RawInputEventArgs
InputModifiers RawInputModifiers
Gets the input modifiers.
Inherited from RawPointerEventArgs
Position Point
Gets the mouse position, in client DIPs.
Inherited from RawPointerEventArgs
Root IInputRoot
Gets the root from which the event originates.
Inherited from RawInputEventArgs
Timestamp ulong
Gets the timestamp associated with the event.
Inherited from RawInputEventArgs
TouchPointId long
Type RawPointerEventType
Gets the type of the event.
Inherited from RawPointerEventArgs