From 776f0a7b894d99d2621b96de62e1f15e17d049a0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 25 Jan 2024 07:28:53 +0100 Subject: a --- editor/tests/path-test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'editor/tests/path-test.cpp') diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index c21c13c9..ca976a38 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -126,4 +126,11 @@ void path_test::update_post(app& a) (void)a; } +void path_test::draw_ui(app& a, float width) +{ + static uint32_t val; + label_left("foo", 100); + ImGui::InputScalar("##foo", ImGuiDataType_U32, &val); +} + } // namespace floormat::tests -- cgit v1.2.3