summaryrefslogtreecommitdiff
path: root/tests/pke-test-dummy.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-07-31 15:15:16 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-07-31 15:15:16 -0400
commitf7d860cee74ad3b94e0d15ea157783b7760f6d55 (patch)
treec2d37ae18a4ce1a63da4010516ecc588bfb7903a /tests/pke-test-dummy.cpp
parent8dbacba532e05d76325392d85a75906f2de12350 (diff)
pke-ui: detect mouse clicks, other small refactors
Diffstat (limited to 'tests/pke-test-dummy.cpp')
-rw-r--r--tests/pke-test-dummy.cpp2
1 files changed, 2 insertions, 0 deletions
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();