summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/input.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-04-24 19:08:31 -0400
committerrealtradam <[email protected]>2023-04-24 19:08:31 -0400
commit5a766c50d331e89e257a7fb68a876cb993087ef9 (patch)
tree2b2add81110c5ac88e2fa463cd611d3eeaff02e3 /include/rodeo/input.h
parent16d05bdc02be5bb4749b58eb1f9fe7d54d590752 (diff)
downloadRodeoKit-5a766c50d331e89e257a7fb68a876cb993087ef9.tar.gz
RodeoKit-5a766c50d331e89e257a7fb68a876cb993087ef9.zip
add void* to callbacks
Diffstat (limited to 'include/rodeo/input.h')
-rw-r--r--include/rodeo/input.h2
1 files changed, 1 insertions, 1 deletions
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