diff options
Diffstat (limited to 'editor/tests/path-test.cpp')
| -rw-r--r-- | editor/tests/path-test.cpp | 7 |
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 |
