struct ImGuiInputEventText

Overview

#include <imgui_internal.h>

struct ImGuiInputEventText
{
    // fields

    unsigned int Char;
};