From 8f42815db1d3636c3fddc696b626c54ca7896d32 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 24 Apr 2023 03:58:04 -0400 Subject: added unbounded ranges for the input system --- include/rodeo/input.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/rodeo/input.h') diff --git a/include/rodeo/input.h b/include/rodeo/input.h index 41a7849..8d3d775 100644 --- a/include/rodeo/input.h +++ b/include/rodeo/input.h @@ -48,7 +48,13 @@ rodeo_input_command_register_binary_mouseButton( bool rodeo_input_command_register_positional_mouse( rodeo_input_command_t *input_command, - rodeo_input_positional_mouse_t mouse_position + rodeo_input_positional_mouse_t mouse_axis +); + +bool +rodeo_input_command_register_unboundedRange_mouse( + rodeo_input_command_t *input_command, + rodeo_input_unboundedRange_mouse_t mouse_axis ); // alternative proposed "general" registration methods -- cgit v1.2.3