HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayInput.MouseAbsolute

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

namedescription
MouseAbsolute(…)A request to move the mouse to an absolute pixel coordinate on the streamed monitor.
X { get; set; }
Y { get; set; }

See Also