From e5ad114afa00ed98908c3b3bacadf30c742cabd6 Mon Sep 17 00:00:00 2001 From: realtradam Date: Tue, 25 Apr 2023 19:35:10 -0400 Subject: added controller buttons to input system --- include/rodeo/input.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/rodeo/input.h') diff --git a/include/rodeo/input.h b/include/rodeo/input.h index 9f94119..690d2d1 100644 --- a/include/rodeo/input.h +++ b/include/rodeo/input.h @@ -39,6 +39,12 @@ rodeo_input_command_register_binary_scancode( rodeo_input_binary_scancode_t scancode ); +bool +rodeo_input_command_register_binary_controllerButton( + rodeo_input_command_t *input_command, + rodeo_input_binary_controllerButton_t button +); + bool rodeo_input_command_register_binary_mouseButton( rodeo_input_command_t *input_command, -- cgit v1.2.3