From 5a766c50d331e89e257a7fb68a876cb993087ef9 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 24 Apr 2023 19:08:31 -0400 Subject: add void* to callbacks --- include/rodeo/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rodeo/input.h') diff --git a/include/rodeo/input.h b/include/rodeo/input.h index 8d3d775..e589c90 100644 --- a/include/rodeo/input.h +++ b/include/rodeo/input.h @@ -25,7 +25,7 @@ void rodeo_input_scene_destroy(rodeo_input_scene_t *scene); rodeo_input_command_t* -rodeo_input_command_create(uint32_t input_type); +rodeo_input_command_create(uint32_t input_types); // make sure to unregister from all scenes before destroying void -- cgit v1.2.3