diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-08-03 19:32:21 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-08-03 19:32:21 -0700 |
commit | 9a48ad9033ec167dd8eafa8e3e9e8173b1acf363 (patch) | |
tree | 4fde12f82a2661b23979c1f17aa889321d9b7a7a /render.h | |
parent | 242137754a79f868401e2f6695ed3a6db3a94327 (diff) |
Allow a gamepad mapping to apply to all controllers, controllers of a particular type (i.e.e 6-button PS4 controllers) or specific controllers (based on SDL2 GUID) in addition to the controller in a certain slot
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ int32_t render_translate_input_name(int32_t controller, char *name, uint8_t is_a int32_t render_dpad_part(int32_t input); int32_t render_axis_part(int32_t input); uint8_t render_direction_part(int32_t input); +char* render_joystick_type_id(int index); void render_errorbox(char *title, char *message); void render_warnbox(char *title, char *message); void render_infobox(char *title, char *message); |