summaryrefslogtreecommitdiffhomepage
path: root/editor/tests/path-test.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-25 07:28:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-25 07:28:53 +0100
commit776f0a7b894d99d2621b96de62e1f15e17d049a0 (patch)
tree26a1a2ccb2c612d44a28a924af55ef53a2ba6fff /editor/tests/path-test.cpp
parent2b69f1bd79e2b94bb27d0c5729585b0e3a0b092e (diff)
a
Diffstat (limited to 'editor/tests/path-test.cpp')
-rw-r--r--editor/tests/path-test.cpp7
1 files changed, 7 insertions, 0 deletions
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