EMouseButtons::Type

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplicationMessageHandler.h

Include

#include "GenericPlatform/GenericApplicationMessageHandler.h"

Syntax

namespace EMouseButtons
{
    enum Type
    {
        Left       = 0,
        Middle,
        Right,
        Thumb01,
        Thumb02,
        Invalid,
    }
}

Values

Name

Description

Left

Middle

Right

Thumb01

Thumb02

Invalid

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss