Class HotkeySequenceMouseMoveProperties
Represents the properties for moving the mouse as part of a hotkey sequence.
Inheritance
HotkeySequenceMouseMoveProperties
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Controls
Assembly: EyeAuras.Roxy.dll
Syntax
public sealed record HotkeySequenceMouseMoveProperties : HotkeySequenceItemProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraPropertiesBase>, IEquatable<HotkeySequenceItemProperties>, IEquatable<HotkeySequenceMouseMoveProperties>
Constructors
Name | Description |
---|---|
HotkeySequenceMouseMoveProperties() |
Properties
Name | Description |
---|---|
EqualityContract | |
IsRelative | Gets or sets a value indicating whether the mouse location is relative or absolute. |
MouseLocation | Gets or sets the mouse location for the movement. |
Version |
Methods
Name | Description |
---|---|
Equals(HotkeySequenceItemProperties?) | |
Equals(HotkeySequenceMouseMoveProperties?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(HotkeySequenceMouseMoveProperties?, HotkeySequenceMouseMoveProperties?) | |
operator !=(HotkeySequenceMouseMoveProperties?, HotkeySequenceMouseMoveProperties?) |