1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00
imgui/.github
creativebath33-svg 6292445ab7
Create cmake-single-platform.yml
static float KOX = 305.183f;
static float KOY = 123.723f;

static float ZZX = 329.927f;
static float ZZY = 123.923f;

static float FKX = 369.106f;
static float FKY = 131.971f;

static float TGX = 369.106f;
static float TGY = 111.350f;

//↑定义
draw->AddRectFilled(ImVec2(300.0f, 100), ImVec2(300.0f + 60, 100 + 60), IM_COL32(255,255,255,255),15);// 白色背景
draw->AddText(NULL,16.5f,ImVec2(KOX, KOY), IM_COL32(0,0,0,255), "Bao");
draw->AddText(NULL,16.5f,ImVec2(ZZX,ZZY), IM_COL32(195, 0, 215, 255), " ESP");
draw->AddText(nullptr, 18.5f, ImVec2(TGX,TGY), IM_COL32(255,255,255,255), "JoinTG[@GuanYun]");
draw->AddText(nullptr, 18.5f, ImVec2(FKX,FKY), IM_COL32(255,255,255,255), 
"feedback[]");

static float KOX = 305.183f;
static float KOY = 123.723f;
static float ZZX = 329.927f;
static float ZZY = 123.923f;
static float FKX = 369.106f;
static float FKY = 131.971f;
static float TGX = 369.106f;
static float TGY = 111.350f;
draw->AddRectFilled(
    ImVec2(300.0f, 100),
    ImVec2(300.0f + 60, 100 + 60),
    IM_COL32(255,255,255,255),
    15
);
draw->AddText(NULL, 16.5f, ImVec2(KOX, KOY),
IM_COL32(0,0,0,255), "Bao");
draw->AddText(NULL, 16.5f, ImVec2(ZZX,ZZY),
IM_COL32(195, 0, 215, 255), " ESP");
draw->AddText(nullptr, 18.5f,
ImVec2(TGX,TGY),
IM_COL32(255,255,255,255),
"JoinTG[@GuanYun]");
draw->AddText(nullptr, 18.5f,
ImVec2(FKX,FKY),
IM_COL32(255,255,255,255),
draw->AddText(nullptr, 18.5f,
ImVec2(FKX,FKY),
IM_COL32(255,255,255,255),
"Example Text");
2026-01-03 20:20:43 +05:00
..
ISSUE_TEMPLATE Fonts: update misc comments, docs. 2025-06-12 14:18:23 +02:00
workflows Create cmake-single-platform.yml 2026-01-03 20:20:43 +05:00
FUNDING.yml Docs: fixed link. 2024-05-28 15:07:07 +02:00
pull_request_template.md Docs: update ShowUserGuide() + PR guidelines. (#9071) 2025-11-19 18:26:43 +01:00