struct ImGuiInputEventAppFocused

Overview

#include <imgui_internal.h>

struct ImGuiInputEventAppFocused
{
    // fields

    bool Focused;
};