From f7d860cee74ad3b94e0d15ea157783b7760f6d55 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 31 Jul 2025 15:15:16 -0400 Subject: pke-ui: detect mouse clicks, other small refactors --- tests/pke-test-dummy.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/pke-test-dummy.cpp') diff --git a/tests/pke-test-dummy.cpp b/tests/pke-test-dummy.cpp index 8fdc146..efd1ff7 100644 --- a/tests/pke-test-dummy.cpp +++ b/tests/pke-test-dummy.cpp @@ -16,6 +16,7 @@ int pke_test_dummy_001() { PkeThreads_Init(); AM_Init(); ECS_Init(); + pke_input_init(); pke_ui_init(); PkeCamera_Init(); FontType_Init(); @@ -32,6 +33,7 @@ int pke_test_dummy_001() { FontType_Teardown(); PkeCamera_Teardown(); pke_ui_teardown(); + pke_input_teardown(); ECS_Teardown(); AM_Teardown(); PkeThreads_Teardown(); -- cgit v1.2.3