RainwayInput.MouseClick record
A request to click a button on the mouse.
public record MouseClick : IEquatable<RainwayInput>
Public Members
name | description |
---|---|
MouseClick(…) | A request to click a button on the mouse. |
Action { get; set; } | |
Button { get; set; } |
See Also
- record RainwayInput
- namespace Rainway.SDK