enum ImGuiAxis

#include <imgui_internal.h>

enum ImGuiAxis
{
    ImGuiAxis_None = -1,
    ImGuiAxis_X    = 0,
    ImGuiAxis_Y    = 1,
};