Class DispatchMouseEventCommandSettings
DispatchMouseEvent
public sealed class DispatchMouseEventCommandSettings : ICommand
- Inheritance
-
DispatchMouseEventCommandSettings
- Implements
- Inherited Members
Properties
Button
Gets or sets the button
[JsonPropertyName("button")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MouseButton? Button { get; set; }
Property Value
Buttons
Gets or sets the buttons
[JsonPropertyName("buttons")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Buttons { get; set; }
Property Value
- long?
ClickCount
Gets or sets the clickCount
[JsonPropertyName("clickCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ClickCount { get; set; }
Property Value
- long?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DeltaX
Gets or sets the deltaX
[JsonPropertyName("deltaX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? DeltaX { get; set; }
Property Value
DeltaY
Gets or sets the deltaY
[JsonPropertyName("deltaY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? DeltaY { get; set; }
Property Value
Force
Gets or sets the force
[JsonPropertyName("force")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Force { get; set; }
Property Value
Modifiers
Gets or sets the modifiers
[JsonPropertyName("modifiers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Modifiers { get; set; }
Property Value
- long?
PointerType
Gets or sets the pointerType
[JsonPropertyName("pointerType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PointerType { get; set; }
Property Value
TangentialPressure
Gets or sets the tangentialPressure
[JsonPropertyName("tangentialPressure")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? TangentialPressure { get; set; }
Property Value
TiltX
Gets or sets the tiltX
[JsonPropertyName("tiltX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? TiltX { get; set; }
Property Value
TiltY
Gets or sets the tiltY
[JsonPropertyName("tiltY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? TiltY { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timestamp { get; set; }
Property Value
Twist
Gets or sets the twist
[JsonPropertyName("twist")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Twist { get; set; }
Property Value
- long?
Type
Gets or sets the type
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
X
Gets or sets the x
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
Gets or sets the y
[JsonPropertyName("y")]
public double Y { get; set; }