diff options
| author | realtradam <[email protected]> | 2023-04-24 19:08:31 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-24 19:08:31 -0400 |
| commit | 5a766c50d331e89e257a7fb68a876cb993087ef9 (patch) | |
| tree | 2b2add81110c5ac88e2fa463cd611d3eeaff02e3 /include/rodeo/input.h | |
| parent | 16d05bdc02be5bb4749b58eb1f9fe7d54d590752 (diff) | |
| download | RodeoKit-5a766c50d331e89e257a7fb68a876cb993087ef9.tar.gz RodeoKit-5a766c50d331e89e257a7fb68a876cb993087ef9.zip | |
add void* to callbacks
Diffstat (limited to 'include/rodeo/input.h')
| -rw-r--r-- | include/rodeo/input.h | 2 |
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 |
