Search Results for

    Show / Hide Table of Contents

    Class MouseEventArgs

    Provides data for various events that report changes of a mouse device.

    Inheritance
    object
    EventArgs
    MouseEventArgs
    MouseButtonEventArgs
    MouseScrollEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Input.Mouse
    Assembly: Evergine.Common.dll
    Syntax
    public class MouseEventArgs : EventArgs

    Properties

    Position

    Gets the mouse position.

    Declaration
    public Point Position { get; }
    Property Value
    Type Description
    Point

    State

    Gets the mouse buttons state.

    Declaration
    public MouseButtons State { get; }
    Property Value
    Type Description
    MouseButtons

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX