HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayInput.MouseRelative

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

namedescription
MouseRelative(…)A request to move the remote mouse by (dx, dy) pixels on the streamed monitor.
Dx { get; set; }
Dy { get; set; }

See Also