Search Results for

    Show / Hide Table of Contents

    Class MouseEventArgs

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

    Inheritance
    object
    EventArgs
    MouseEventArgs
    MouseButtonEventArgs
    MouseScrollEventArgs
    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 state of the mouse buttons.

    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