Class EmulateTouchFromMouseEventCommandSettings
EmulateTouchFromMouseEvent
public sealed class EmulateTouchFromMouseEventCommandSettings : ICommand
- Inheritance
-
EmulateTouchFromMouseEventCommandSettings
- Implements
- Inherited Members
Properties
Button
Gets or sets the button
[JsonPropertyName("button")]
public MouseButton Button { get; set; }
Property Value
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
Modifiers
Gets or sets the modifiers
[JsonPropertyName("modifiers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Modifiers { get; set; }
Property Value
- long?
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timestamp { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
X
Gets or sets the x
[JsonPropertyName("x")]
public long X { get; set; }
Property Value
Y
Gets or sets the y
[JsonPropertyName("y")]
public long Y { get; set; }