struct ImGuiInputEventKey

Overview

#include <imgui_internal.h>

struct ImGuiInputEventKey
{
    // fields

    ImGuiKey Key;
    bool Down;
    float AnalogValue;
};