Class Pointer.Down
public record Pointer.Down : Pointer, IPointerSourceAction, ISourceAction, IEquatable<Pointer>, IPointerCommonProperties, IEquatable<Pointer.Down>
- Inheritance
-
Pointer.Down
- Implements
- Inherited Members
Constructors
Down(int)
public Down(int Button)
Parameters
Button
int
Properties
AltitudeAngle
public double? AltitudeAngle { get; set; }
Property Value
AzimuthAngle
public double? AzimuthAngle { get; set; }
Property Value
Button
public int Button { get; init; }
Property Value
Height
public int? Height { get; set; }
Property Value
- int?
Pressure
public double? Pressure { get; set; }
Property Value
TangentialPressure
public double? TangentialPressure { get; set; }
Property Value
Twist
public int? Twist { get; set; }
Property Value
- int?
Width
public int? Width { get; set; }
Property Value
- int?