From 8dbacba532e05d76325392d85a75906f2de12350 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 24 Jul 2025 12:38:28 -0400 Subject: pke: ui: update state on mouse hover --- editor/editor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor') diff --git a/editor/editor.cpp b/editor/editor.cpp index 24ffe27..75bc155 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -1279,6 +1279,8 @@ void RecordImGuiUIEdit() { } ImGui::EndDisabled(); + ImGui::Text("state: %lu", static_cast(selected_ui_box->state_flags)); + ImGui::Separator(); if (ImGui::CheckboxFlags("flag: Center Horizontal", reinterpret_cast(&selected_ui_box->flags), static_cast(PKE_UI_BOX_FLAG_CENTER_HORIZONTAL))) { -- cgit v1.2.3