EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Struct MouseInput

    Represents the structure of mouse input, including the position of the mouse and the delay for the action.

    Implements
    IEquatable<MouseInput>
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: EyeAuras.Roxy.Shared
    Assembly: EyeAuras.Roxy.Shared.dll
    Syntax
    public readonly struct MouseInput : IEquatable<MouseInput>

    Constructors

    Name Description
    MouseInput(Point?)

    Constructs a new instance of the MouseInput struct with a specified position and zero delay.

    MouseInput(Point?, TimeSpan)

    Constructs a new instance of the MouseInput struct with a specified position and delay.

    MouseInput(TimeSpan)

    Constructs a new instance of the MouseInput struct with a specified delay and no defined position.

    Properties

    Name Description
    Delay

    Gets the delay for the mouse action.

    Position

    Gets the position of the mouse on the screen.

    Methods

    Name Description
    Equals(MouseInput)
    Equals(object)
    GetHashCode()
    ToString()

    Operators

    Name Description
    operator ==(MouseInput, MouseInput)
    operator !=(MouseInput, MouseInput)

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    XDocumentExtensions.AddTo<T>(T, XContainer)
    © Xab3r. All rights reserved.