struct ImGuiInputEventMouseButton

Overview

#include <imgui_internal.h>

struct ImGuiInputEventMouseButton
{
    // fields

    int Button;
    bool Down;
    ImGuiMouseSource MouseSource;
};