Search Results for

    Show / Hide Table of Contents

    Enum InputProxy.MouseFlag

    A set of flags to describe various aspects of InputProxy.MouseInput, mainly used to define additional information related to Data.

    Namespace: GDX.Developer
    Syntax
    [Flags]
    public enum MouseFlag : uint

    Fields

    Name Description
    Absolute

    Indicates provided X/Y are in absolute screenspace instead of deltas of previous position.

    HorizontalWheel
    LeftDown
    LeftUp
    MiddleDown
    MiddleUp
    Move
    RightDown
    RightUp
    VerticalWheel
    VirtualDesk

    Used in multi-desktop scenarios where you want to treat X/Y against the combined screen space. You must also use Absolute.

    Extension Methods

    EnumExtensions.HasFlags<InputProxy.MouseFlag>(InputProxy.MouseFlag)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.