RainwayInput.TouchAbsolute record
A single touch on the screen.
public record TouchAbsolute
Public Members
name | description |
---|---|
TouchAbsolute(…) | A single touch on the screen. |
ContactBottom { get; set; } | |
ContactLeft { get; set; } | |
ContactRight { get; set; } | |
ContactTop { get; set; } | |
FrameId { get; set; } | |
Orientation { get; set; } | |
PointerFlags { get; set; } | |
PointerId { get; set; } | |
Pressure { get; set; } | |
TouchMask { get; set; } | |
X { get; set; } | |
Y { get; set; } |
See Also
- record RainwayInput
- namespace Rainway.SDK