RainwayInput.MouseRelative record
A request to move the remote mouse by (dx, dy) pixels on the streamed monitor.
public record MouseRelative : IEquatable<RainwayInput>
Public Members
name | description |
---|---|
MouseRelative(…) | A request to move the remote mouse by (dx, dy) pixels on the streamed monitor. |
Dx { get; set; } | |
Dy { get; set; } |
See Also
- record RainwayInput
- namespace Rainway.SDK