Search Results for

    Show / Hide Table of Contents

    Class PointerPoint

    Class containing the pointer info.

    Inheritance
    object
    PointerPoint
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Input.Pointer
    Assembly: Evergine.Common.dll
    Syntax
    public class PointerPoint

    Constructors

    PointerPoint(long, Point, ButtonStateTracker<long>)

    Initializes a new instance of the PointerPoint class.

    Declaration
    public PointerPoint(long id, Point position, ButtonStateTracker<long> stateTracker)
    Parameters
    Type Name Description
    long id

    The pointer id.

    Point position

    The pointer position.

    ButtonStateTracker<long> stateTracker

    The state tracker.

    Properties

    Id

    Gets the pointer id.

    Declaration
    public long Id { get; }
    Property Value
    Type Description
    long

    Position

    Gets the pointer position.

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

    State

    Gets the pointer state.

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

    Extension Methods

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