Class DispatchTouchEventCommandSettings
DispatchTouchEvent
public sealed class DispatchTouchEventCommandSettings : ICommand
- Inheritance
-
DispatchTouchEventCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
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
TouchPoints
Gets or sets the touchPoints
[JsonPropertyName("touchPoints")]
public TouchPoint[] TouchPoints { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public string Type { get; set; }