HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayInput.MouseScroll

RainwayInput.MouseScroll record

A request to scroll the mouse.

public record MouseScroll : IEquatable<RainwayInput>

Public Members

namedescription
MouseScroll(…)A request to scroll the mouse.
Axis { get; set; }
Delta { get; set; }

See Also