aboutsummaryrefslogtreecommitdiffstats
path: root/libgamepad_get_button_name.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-25 12:35:05 +0200
committerMattias Andrée <maandree@kth.se>2022-07-25 12:35:05 +0200
commit41ae3f04fd22d22c552742458344591061822884 (patch)
tree00ef785370327ebf578efa49a38c430523c4924a /libgamepad_get_button_name.c
parentAdd test-visual (diff)
downloadlibgamepad-41ae3f04fd22d22c552742458344591061822884.tar.gz
libgamepad-41ae3f04fd22d22c552742458344591061822884.tar.bz2
libgamepad-41ae3f04fd22d22c552742458344591061822884.tar.xz
m + add force feedback support
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libgamepad_get_button_name.c')
-rw-r--r--libgamepad_get_button_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamepad_get_button_name.c b/libgamepad_get_button_name.c
index 9ff424d..8e7a07f 100644
--- a/libgamepad_get_button_name.c
+++ b/libgamepad_get_button_name.c
@@ -2,4 +2,4 @@
#include "common.h"
-extern inline const char *libgamepad_get_button_name(unsigned int);
+extern inline const char *libgamepad_get_button_name(uint16_t);