RainwayInput.MouseAbsolute record
A request to move the mouse to an absolute pixel coordinate on the streamed monitor.
public record MouseAbsolute : IEquatable<RainwayInput>
Public Members
name | description |
---|---|
MouseAbsolute(…) | A request to move the mouse to an absolute pixel coordinate on the streamed monitor. |
X { get; set; } | |
Y { get; set; } |
See Also
- record RainwayInput
- namespace Rainway.SDK