struct ImVec1

Overview

#include <imgui_internal.h>

struct ImVec1
{
    // fields

    float x;

    // construction

    ImVec1();
    ImVec1(float _x);
};